What's your favorite compression utility?

Armitage

Banned
Feb 23, 2001
8,086
0
0
I ussually use bzip2, but compressing some db backups seemed to be taking to long (and stomping the box), so I did a quick test:

Started with a 512MB chunk of a MySQL table file

zip: 1:52, 288MB, system load around 80-90%
gzip: 1:40, 288MB, system load around 80-90%
bzip2: 5:01, 234MB, system load around 95-98%

Ouch.

Just switched the script over to gzip ... we'll see how it does.

FWIW, test machine is a 3.2GHz P4, 1GB RAM, 7200RPM IDE, Red Hat Enterprise 3.0
 

43st

Diamond Member
Nov 7, 2001
3,197
0
0
It used to be winRAR, but I've wised up and now use 7zip exclusively. :p
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Generally bzip2, but it's too CPU intensive for some of my slower machines so on them I usually use gzip.
 

Schadenfroh

Elite Member
Mar 8, 2003
38,416
4
0
The freeware, opensource, bloatfree, 7-zip.


Supports all major formats: 7z, ZIP, CAB, RAR, ARJ, GZIP, BZIP2, TAR, CPIO, RPM and DEB
 
Oct 19, 2000
17,860
4
81
I've always heard great things about WinRAR, but it's interface sucks IMO. Oddly enough, in all my days of general computing, I've not much had the need for a zip program.
 

Lonyo

Lifer
Aug 10, 2002
21,938
6
81
WinRAR usually.
Does a much better job than Winzip and Windows Compression, haven't tried others.
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
Originally posted by: Schadenfroh
The freeware, opensource, bloatfree, 7-zip.


Supports all major formats: 7z, ZIP, CAB, RAR, ARJ, GZIP, BZIP2, TAR, CPIO, RPM and DEB

I just heard about 7-zip recently from a guy in our office. I'll have to take a look at it.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
Originally posted by: Nothinman
Generally bzip2, but it's too CPU intensive for some of my slower machines so on them I usually use gzip.

bzip2 is great for when you have lots of small files, but on big files your not going to gain a whole lot when you take into account the cpu stuff.

tar/split/gzip ownz ju :p