From cd750fe02f2330710fe01337ac5c7e674d65c2c1 Mon Sep 17 00:00:00 2001 From: bescoto Date: Sun, 11 Jan 2004 08:28:05 +0000 Subject: Added flac and shn to no compression regexp git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/branches/r0-12@503 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff_backup/Globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py index 531e65f..aedb97c 100644 --- a/rdiff-backup/rdiff_backup/Globals.py +++ b/rdiff-backup/rdiff_backup/Globals.py @@ -135,7 +135,7 @@ compression = 1 # 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)$" + "jpg|gif|png|jp2|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov|flac|shn)$" no_compression_regexp = None # If true, filelists and directory statistics will be split on -- cgit v1.2.1