Bug 58888
| Summary: | RFE: add --rsyncable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Jeff Johnson <jbj> | ||||
| Component: | gzip | Assignee: | Trond Eivind Glomsrxd <teg> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ben Levenson <benl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.0 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2002-01-28 21:08:53 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jeff Johnson
2002-01-26 19:46:36 UTC
Created attachment 43620 [details]
--rsyncable patch
What does this patch do - what is "--rsyncable" ? If (and only if) --rsyncable is specified, then the compression algorithm changes to preserve rsync's block boundaries on compressed data. This leads to ~1% degradation in the size of the compressed text, but can lead to dramatic improvements when the compressed text is rsync'd. Try a google search on "gzip.rsync.patch2" for details, there's a talk given at a linux conference in Oz by Rusty Russell, more. It was added in 1.3.2-3. It's just been removed, but that's a separate issue :). |