Replace “Compress” in Finder context menu with other compression app

archive-utilitycompressionerror

I've lost some sensitive data because the built-in compression utility generates corrupt files and doesn't show any error.

After I compressed about 1 Gb of files with Finder's "Compress", I decided to delete the original data just to find that the file was corrupt and couldn't be extracted. This have happened to me acouple of times.

Is there a way to change the default behavior to show errors during compressing or to replace zip from the compress contextual menu?

Best Answer

BetterZip includes a service for compressing files:

You might also just use zip or tar from the command line:

zip directory.zip directory
COPYFILE_DISABLE= tar -czf directory.tgz directory

Note that zip currently removes extended attributes and ACLs.