Difference between revisions of "Package:Gzip"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{Ebuild |Summary=Gzip is the standard GNU compressor/decompressor, used to create and expand .gz archives. |CatPkg=app-arch/gzip |Maintainer=Oleg, |Repository=Funtoo Overlay...")
 
Line 10: Line 10:


<blockquote>
<blockquote>
While compressing, synchronize the output occasionally based on the
"While compressing, synchronize the output occasionally based on the
input.  This reduces compression by about 1 percent most cases, but
input.  This reduces compression by about 1 percent most cases, but
means that the <tt>rsync</tt> program can take advantage of similarities
means that the <tt>rsync</tt> program can take advantage of similarities
in the uncompressed input when syncronizing two files compressed with
in the uncompressed input when syncronizing two files compressed with
this flag.  <tt>gunzip</tt> cannot tell the difference between a
this flag.  <tt>gunzip</tt> cannot tell the difference between a
compressed file created with this option, and one created without it.
compressed file created with this option, and one created without it."
</blockquote>
</blockquote>
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 00:56, June 27, 2014

Gzip

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

Our forked version of Gzip adds a patch to add the --rsyncable option, which creates an "rsync-friendly" archive.

Here is the full description of this option:

"While compressing, synchronize the output occasionally based on the input. This reduces compression by about 1 percent most cases, but means that the rsync program can take advantage of similarities in the uncompressed input when syncronizing two files compressed with this flag. gunzip cannot tell the difference between a compressed file created with this option, and one created without it."