/[rdiff-backup]/rdiff-backup/rdiff_backup/Globals.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/Globals.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by bescoto, Tue Oct 25 01:57:32 2005 UTC revision 1.39 by bescoto, Tue Oct 25 06:33:28 2005 UTC
# Line 167  compression = 1 Line 167  compression = 1
167  # case-insensitive regular expression won't be compressed (applies  # case-insensitive regular expression won't be compressed (applies
168  # to .snapshots and .diffs).  The second below will be the  # to .snapshots and .diffs).  The second below will be the
169  # compiled version of the first.  # compiled version of the first.
170  no_compression_regexp_string = "(?i).*\\.(gz|z|bz|bz2|tgz|zip|rpm|deb|" \  no_compression_regexp_string = ("(?i).*\\.(gz|z|bz|bz2|tgz|zip|rpm|deb|"
171                                                  "jpg|gif|png|jp2|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov|flac|shn)$"      "jpg|jpeg|gif|png|jp2|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov|flac|shn|pgp|"
172        "gpg|rz|lzh|zoo|lharc|rar|arj|asc)$")
173  no_compression_regexp = None  no_compression_regexp = None
174    
175  # If true, filelists and directory statistics will be split on  # If true, filelists and directory statistics will be split on

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26