Package:Gzip

From Funtoo
Revision as of 00:25, June 20, 2014 by Drobbins (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.