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...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|Summary=Gzip is the standard GNU compressor/decompressor, used to create and expand .gz archives.
|Summary=Gzip is the standard GNU compressor/decompressor, used to create and expand .gz archives.
|CatPkg=app-arch/gzip
|CatPkg=app-arch/gzip
|Maintainer=Oleg,  
|Maintainer=Oleg,
|Homepage=http://www.gnu.org/software/gzip/
|Repository=Funtoo Overlay
|Repository=Funtoo Overlay
}}
}}
Our forked version of Gzip adds a patch to add the <tt>--rsyncable</tt> option, which creates an "rsync-friendly" archive.
Our forked version of Gzip adds a patch to add the <tt>--rsyncable</tt> option, which creates an "rsync-friendly" archive. This option used by <tt>vzdump</tt> utility


Here is the full description of this option:
Here is the full description of this option:


<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}}

Latest revision as of 22:42, September 18, 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. This option used by vzdump utility

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."