Commit 932dc83c authored by ben's avatar ben

Updated default compression regexp (included gif, jpg, and png)


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@33 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent a0300a86
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment