Gentoo Archives: gentoo-user

From: Jerry McBride <mcbrides9@×××××××.net>
To: linux-users@×××××××××.org, gentoo-user@l.g.o
Subject: [gentoo-user] Compression tools Compared
Date: Sat, 13 Aug 2005 05:02:51
Message-Id: 200508130058.19730.mcbrides9@comcast.net
1 Anyone else here subscribe to the LINUX JOURNAL?
2
3 In the September issue there's a neat article titled tha same as the subject
4 line of this message.
5
6 The skinny is, there's some really nice file compressors out there and I never
7 heard of two of them... Anyone else know about LZMA or 7ZA?
8
9 The two mentioned compression tools work pretty much like gzip. You tar up
10 your files, pipe to the compression filter and then on to the target file.
11 Below is a small example of what I've been seeing here at the shack.
12
13 -rw-r--r-- 1 root root 12359680 Aug 12 23:57 backup.tar
14 -rw-r--r-- 1 root root 3536665 Aug 13 00:01 backup.tar.7z
15 -rw-r--r-- 1 root root 4438465 Aug 13 00:08 backup.tar.bz2
16 -rw-r--r-- 1 root root 4747637 Aug 13 00:03 backup.tar.gz
17 -rw-r--r-- 1 root root 2731412 Aug 13 00:10 backup.tar.lzma
18 -rw-r--r-- 1 root root 5125474 Aug 13 00:16 backup.tar.lzop
19
20 What you're seeing are the results of compressing /lib on my gentoo powered
21 laptop. I've not bothered with timing the processes as the better compression
22 rates are at the cost of speed and memory usage. Not good for "while you
23 wait" processing, but just plain perfect for backups and what-have-you on
24 servers... One side note, 7za does not record user/group info... It's a shame
25 too as this make it pretty much useless in most linux backup scenarios. This
26 lzma creature is simply awesome.
27
28 You can find it at: http://martinus.geekisp.com/rublog.cgi/Projects/LZMA
29
30 Cheers all....
31
32 --
33
34 ******************************************************************************
35 Registered Linux User Number 185956
36 FSF Associate Member number 2340 since 05/20/2004
37 Join me in chat at #linux-users on irc.freenode.net
38 Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00!
39 12:28am up 26 days, 27 min, 1 user, load average: 0.00, 0.00, 0.00
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Compression tools Compared Nick Rout <nick@×××××××.nz>
Re: [gentoo-user] Compression tools Compared Nick Rout <nick@×××××××.nz>
Re: [gentoo-user] Compression tools Compared Fernando Meira <fmeira@×××××.com>
Re: [gentoo-user] Compression tools Compared Norberto Bensa <nbensa@×××.net>
Re: [gentoo-user] Compression tools Compared Kirk Strauser <kirk@××××××××.com>