rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Globals.py [


From: Ben Escoto
Subject: [Rdiff-backup-commits] Changes to rdiff-backup/rdiff_backup/Globals.py [r1-0]
Date: Tue, 25 Oct 2005 02:36:08 -0400

Index: rdiff-backup/rdiff_backup/Globals.py
diff -u rdiff-backup/rdiff_backup/Globals.py:1.36.2.1 
rdiff-backup/rdiff_backup/Globals.py:1.36.2.2
--- rdiff-backup/rdiff_backup/Globals.py:1.36.2.1       Thu Oct 20 20:43:50 2005
+++ rdiff-backup/rdiff_backup/Globals.py        Tue Oct 25 06:36:04 2005
@@ -167,8 +167,9 @@
 # case-insensitive regular expression won't be compressed (applies
 # to .snapshots and .diffs).  The second below will be the
 # compiled version of the first.
-no_compression_regexp_string = "(?i).*\\.(gz|z|bz|bz2|tgz|zip|rpm|deb|" \
-                                               
"jpg|gif|png|jp2|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov|flac|shn)$"
+no_compression_regexp_string = ("(?i).*\\.(gz|z|bz|bz2|tgz|zip|rpm|deb|"
+    "jpg|jpeg|gif|png|jp2|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov|flac|shn|pgp|"
+    "gpg|rz|lzh|zoo|lharc|rar|arj|asc)$")
 no_compression_regexp = None
 
 # If true, filelists and directory statistics will be split on




reply via email to

[Prev in Thread] Current Thread [Next in Thread]