bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] Using tar with lz4


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] Using tar with lz4
Date: Tue, 01 Oct 2013 22:12:11 +0300

Adam Erikssen <address@hidden> ha escrit:

> Considering that lz4 seems fully compatible with gzip, would it be
> possible to add lz4 to the list of available compressors within the tar
> command line ?

Do you propose to use it instead of gzip?  You can do it using
the --with-gzip option while configuring GNU tar:

 ./configure --with-gzip=lz4 [...]

On the other hand, if you propose to add it as an additional
complressor, then of course it is possible.  Note, however, that we are
out of short command line options, so the only possibility is --lz4. 

In the meantime, instead of

> tar -c [files] | gzip > archive.tar.gz

you can do this:

tat -c -f archive.tar.gz -Ilz4 [...]

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]