Bug 6839 - more dont compress entries
Summary: more dont compress entries
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.6
Hardware: All Linux
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-22 18:29 UTC by Karl Berry
Modified: 2010-08-21 16:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Berry 2009-10-22 18:29:31 UTC
I'd like to suggest adding more entries to the default dont compress list (DEFAULT_DONT_COMPRESS in loadparm.c), namely:

.xz .txz  (http://tukaani.org/xz/, new fmt replacing lzma and 7zip)
.lz .tlz  (http://lzip.nongnu.org, another fmt along those lines)

xz is being used in rpm payloads these days, among other places.
It compresses better than bz2 and typically decompresses at about the speed of gz.  (For that matter, I also suggest distributing rsync as a .tar.xz. :)

On another front, I don't think .png files be usefully compressed either.

Thanks,
Karl
Comment 1 Wayne Davison 2010-08-21 16:45:43 UTC
Thanks for the suggestions.  I'm adding them.