Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,500
Rep:
If the directory contains binaries (as opposed to text files), gzip compression (what the 'z' option uses) will not do much. You can try the 'j' option instead to use bzip2 compression. It will take 2-3 times as long though.
In the end, there may not be much of a change. All data is not compressible. Some data is already compressed. You may be at or near the limit that you can reduce the size of the data (at least in a reasonable time frame).
Last edited by macemoneta; 08-06-2007 at 08:27 PM.
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,500
Rep:
The movies are already compressed (most encoders perform a relatively high level of compression). The HTML files will compress by a large amount, but they likely only constitute a very small percentage of the data. There are other compression algorithms, and they take progressively longer and consume more resource for progressively less gain.
With a few additional manual steps, you can use 7-zip. You can give that a try, however, keep in mind that as you venture further from mainstream, you may have more difficulty restoring your data when you need it.
It will take a lot of time ( more than expectation ) to compress/decompress files.
Setup of Microsoft Office 2003[approx 550 mb] was compressed to 5 mb using kgb.
I am not having any idea, how much it is useful for compressing movies.
This is the computer science equivalent to a perpetual motion machine. If it can actually achieve that level of compression on an arbitrary (already compressed) source, then why not take the output and compress it again, and again, until the file is only one byte?
I think their test case was found to be a fraud, which actually downloaded the files. On arbitrary testing, it was found to be not as good as other compressors.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.