Quote (cbagger01 @ Sep. 21 2005,18:30) |
Has anyone tried uzing "gzip" with a different compression setting? I find that "gzip -2" compression level is a good compromise between speed and compression ratio. I also expect the speed and compression ratio to be competitive with lzop, but I have not tested this. |
Code Sample |
Format Compression Decompression Size |
Code Sample |
none - - 94.6MB lzop 3.8s 2.0s 50.6MB gzip -2 11.6s 2.3s 42.4MB gzip 18.7s 1.9s 39.8MB bzip2 83.8s 22.1s 37.5MB lzma 458.4s 6.7s 30.7MB |
Quote |
..making it hard to manipulate the files in the backup from outside DSL. |
Code Sample |
sudo rm -f /bin/lzop |
Quote |
..l.ess useful when space is limited (e.g. on a pendrive). |