summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-28 20:47:00 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-28 20:47:00 +0000
commit22b413aa454b3a6375c5546bd0480853df164f2e (patch)
treed00e7e3683f4acb2c6086871f20d044474b5ec50
parent9e0be604d5a5cc4703ef84dfe0283766aea4b348 (diff)
downloadrdiff-backup-22b413aa454b3a6375c5546bd0480853df164f2e.tar.gz
Updated default compression regexp (included gif, jpg, and png)
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@33 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/src/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/src/globals.py b/rdiff-backup/src/globals.py
index 195883b..3987f73 100644
--- a/rdiff-backup/src/globals.py
+++ b/rdiff-backup/src/globals.py
@@ -141,7 +141,7 @@ class Globals:
# to .snapshots and .diffs). The second below is the compiled
# version of the first.
no_compression_regexp_string = ".*\\.(gz|z|bz|bz2|tgz|zip|rpm|deb|" \
- "mp3|ogg|avi|wmv|mpeg|mpg|rm|mov)$"
+ "jpg|gif|png|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov)$"
no_compression_regexp = None
def get(cls, name):