I run a bash script to compress several folders on my hard-disk by using build in zip program of macosX. But even with a call like zip -rqy -9 myzip.zip myfolder
I get a pretty bad compression ratio compared to a zip created by the zip-function of the finder-application.
Does anyone can give me a hint, how get a much better compression ratio? (but I definitely need a zip file)