Re: Problem with Archiving .tar
- From: Derek Broughton <news@xxxxxxxxxxxxxx>
- Date: Tue, 30 Oct 2007 22:35:41 -0300
Mark Nichols wrote:
On 10/30/07, Derek Broughton <news@xxxxxxxxxxxxxx> wrote:
Chris Lemire wrote:
tar doesn't use compression. It just creates archives. If you want
compression, you should use bzip2 or gzip in combination with tar.
Why deliberately try to confuse users? Of course tar uses compression.
$ tar --help | egrep "\-[zj]"
--no-ignore-command-error treat non-zero exit codes of children
as
-i, --ignore-zeros ignore zeroed blocks in archive (means EOF)
-j, --bzip2 filter the archive through bzip2
-z, --gzip, --gunzip, --ungzip filter the archive through gzip
Oh - looks like tar uses compression...
Actually it looks like tar has the ability to filter its output _through_
bzip2 or gzip. Tar in an off itself doesn't do compression.
From the point of view of the user, tar accepts the option and performs theoperation. It's NOT like piping the output of tar into gzip, though you
can do that if you want. So yes, I stand by my statement that tar _does_
use compression, and saying anything else to a user who's having trouble
with tar and compression is needlessly confusing.
--
derek
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- References:
- Problem with Archiving .tar
- From: Richard
- Re: Problem with Archiving .tar
- From: Chris Lemire
- Re: Problem with Archiving .tar
- From: Derek Broughton
- Re: Problem with Archiving .tar
- From: Mark Nichols
- Problem with Archiving .tar
- Prev by Date: Re: ubuntu: shipit server version
- Next by Date: Install ubuntu with braille support
- Previous by thread: Re: Problem with Archiving .tar
- Next by thread: problems running ms server 03 in vmware server
- Index(es):
Relevant Pages
|