Bug 6603 - Improve --skip-compress default values
Summary: Improve --skip-compress default values
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.6
Hardware: Other Windows XP
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-03 11:03 UTC by Jari Aalto
Modified: 2009-09-05 12:32 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 Jari Aalto 2009-08-03 11:03:58 UTC
Cf. Debian bug http://bugs.debian.org/539777

Package: rsync
Version: 3.0.6-1
Severity: wishlist


Manual page reads:

       --skip-compress=LIST
	      ...
	
              The default list of suffixes that will not be compressed
              is this (several of these are newly added for 3.0.0):

                  gz/zip/z/rpm/deb/iso/bz2/t[gb]z/7z/mp[34]/mov/avi/ogg/jpg/jpeg

SUGGESTION

Please also add these compresser program extensions to the default
list:

*.lzo  	    lzop(1)
*.rzip	    rzip(1)
*.lzma	    lzma(1)
*.rar	    rar comressed
*.ace	    ace compressed

Archive can also be encrypted for backup purposes, so if possible
exclude also these extensions by default:

*.tar.gz.gpg
*.tar.bz2.gpg
*.tar.lzma.gpg
*.tar.lzop.gpg
Comment 1 Wayne Davison 2009-09-05 12:32:27 UTC
I have added the suffixes you suggested to the git repo for the upcoming 3.1.0 release.