1.3.7 (5302) Some files are not compressed properly. #1413
newsnetbbs
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @newsnetbbs, This is a known issue. Currently Keka does not preserve metadata such as color labels or aliases. In your case you're using an alias, which is only compatible with macOS. To preserve that file with Keka you can use the TAR format and be sure to disable the "Exclude Mac resource forks" option. A better and more compatible option, though maybe not that quick, is to use symlinks instead of aliases that are compatible in most Unix and Linux systems. This alias can be compressed with any format. ln -s <YOUR_FILE_PATH> <YOUR_FILE_PATH_LINK_NAME> This issue is being handled here: #90 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found out today by chance while using it. I compressed the shortcut file and it's compressed into a plain text file.
The reliability of the compression is questioned.
I suspect other special files are not compressible. However, the compression itself supported by MacOS was able to compress accurately. I hope it's resolved soon.
Beta Was this translation helpful? Give feedback.
All reactions