Gentoo Archives: gentoo-user

From: Nick Rout <nick@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Compression tools Compared
Date: Tue, 16 Aug 2005 05:27:37
Message-Id: 1124169247.2213.7.camel@sf.rout.dyndns.org
In Reply to: Re: [gentoo-user] Compression tools Compared by Jerry McBride
1 On Sat, 2005-08-13 at 09:36 -0400, Jerry McBride wrote:
2 > On Saturday 13 August 2005 01:32 am, Nick Rout wrote:
3 > > On Sat, 2005-08-13 at 00:58 -0400, Jerry McBride wrote:
4 > > > Anyone else here subscribe to the LINUX JOURNAL?
5 > > >
6 > > > In the September issue there's a neat article titled tha same as the
7 > > > subject line of this message.
8 > > >
9 > > > The skinny is, there's some really nice file compressors out there and I
10 > > > never heard of two of them... Anyone else know about LZMA or 7ZA?
11 > > >
12 > > > The two mentioned compression tools work pretty much like gzip. You tar
13 > > > up your files, pipe to the compression filter and then on to the target
14 > > > file. Below is a small example of what I've been seeing here at the
15 > > > shack.
16 > > >
17 > > > -rw-r--r-- 1 root root 12359680 Aug 12 23:57 backup.tar
18 > > > -rw-r--r-- 1 root root 3536665 Aug 13 00:01 backup.tar.7z
19 > > > -rw-r--r-- 1 root root 4438465 Aug 13 00:08 backup.tar.bz2
20 > > > -rw-r--r-- 1 root root 4747637 Aug 13 00:03 backup.tar.gz
21 > > > -rw-r--r-- 1 root root 2731412 Aug 13 00:10 backup.tar.lzma
22 > > > -rw-r--r-- 1 root root 5125474 Aug 13 00:16 backup.tar.lzop
23 > > >
24 > > > What you're seeing are the results of compressing /lib on my gentoo
25 > > > powered laptop. I've not bothered with timing the processes as the better
26 > > > compression rates are at the cost of speed and memory usage. Not good for
27 > > > "while you wait" processing, but just plain perfect for backups and
28 > > > what-have-you on servers... One side note, 7za does not record user/group
29 > > > info...
30 > >
31 > > Are you saying it removes user/group info from the tar file?
32 > >
33 >
34 > Not "removed", it's never put there... :')
35
36
37 I'm sorry but how do you create a tar file without preserving the
38 usernames and permissions?
39
40
41 >
42 >
43 > --
44 >
45 > ******************************************************************************
46 > Registered Linux User Number 185956
47 > FSF Associate Member number 2340 since 05/20/2004
48 > Join me in chat at #linux-users on irc.freenode.net
49 > Buy an Xbox for $149.00, run linux on it and Microsoft loses $150.00!
50 > 9:42am up 26 days, 9:41, 1 user, load average: 0.00, 0.00, 0.00
51 --
52 Nick Rout <nick@×××××××.nz>
53
54 --
55 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Compression tools Compared Matt Randolph <mattr@×××××.com>