Results 1 to 2 of 2
Hi
I have large log files to compress and the storage system is running out of space
The only compression utility available on my box is gzip.
To all you ...
- 08-21-2008 #1Just Joined!
- Join Date
- Jun 2007
- Location
- UK
- Posts
- 14
achieving best compression
Hi
I have large log files to compress and the storage system is running out of space
The only compression utility available on my box is gzip.
To all you gurus out there .... whats the best way to achieve maximum compression?
My experties end at "gzip -9 x.log"
would tar ring the file make any diff?
thanks in advance
- 08-22-2008 #2Linux Newbie
- Join Date
- Sep 2007
- Posts
- 161
...you could just try

But yes, one large file should give you a better compression than many small files, Wikipedia points this out, too:
Cheers, kaiHowever a caveat to this is that archives containing a large number of small files end up significantly larger than if they were compressed as a single file (the classic example of the latter is the common tar.gz archive which consists of a TAR archive compressed using gzip).


Reply With Quote