Bug 988713
Summary: | gzip "--rsyncable" option is not documented in man page | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Eduardo Minguez <eminguez> | ||||||
Component: | man-pages-overrides | Assignee: | Jan Chaloupka <jchaloup> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Iveta Wiedermann <isenfeld> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 6.6 | CC: | eminguez, isenfeld, jchaloup, ovasik, pschiffe | ||||||
Target Milestone: | rc | Keywords: | ManPageChange, Patch | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: |
Cause: --rsyncable options was not documented
Consequence: incomplete documentation
Fix: description of --rsyncable option added
Result: updated documentation
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-10-14 07:26:14 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1106360 | ||||||||
Attachments: |
|
Description
Eduardo Minguez
2013-07-26 08:24:15 UTC
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate, in the next release of Red Hat Enterprise Linux. After reading: http://lists.gnu.org/archive/html/bug-gzip/2010-06/msg00002.html and http://beeznest.wordpress.com/2005/02/03/rsyncable-gzip/ this could be the solution: --rsyncable Having a compressed file and synchronized between two computers using rsync, this option allows after changing a file not to sent an entire new archive but just a small portion of it. Normally, after a change in any file of an archive, compressing algorithm can generate completelly diffrent archive that differ from the old one. This causes rsync to transmit entirely new version to the remote computer. With this option, rsync is able to transmit just the changed portions (plus some minimal padding in the area of the archive that necessarily changed as a result of the changes in the file). After grammar correction of course :) What do you think, Petr, Eduardo? Is it sufficient explanation? It's pretty explanatory for me. Thanks! Yes, this could be the solution. Created attachment 902787 [details]
--rsyncable missing in gzip.1 man page
From upstream, --rsyncable is only RH/Fedora feature.
Thank you Jan. I will apply your patch Created attachment 902891 [details]
--rsyncable missing in gzip.1 man page
Man page text checked and corrected by mariel. Thanks again.
Now it is applicable, Petr.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1382.html |