summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-28 20:46:36 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-03-28 20:46:36 +0000
commit9e0be604d5a5cc4703ef84dfe0283766aea4b348 (patch)
tree0f3cd708dafeaf874d8fd913799196e5d0485a89
parent255ff815f53ef29eba764ed5ab859b63fb863161 (diff)
downloadrdiff-backup-9e0be604d5a5cc4703ef84dfe0283766aea4b348.tar.gz
Updated default compression regexp
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@32 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/rdiff-backup.12
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1
index 1795cc2..7a85ce0 100644
--- a/rdiff-backup/rdiff-backup.1
+++ b/rdiff-backup/rdiff-backup.1
@@ -95,7 +95,7 @@ this option inconsistently is fine.
.TP
.B "--no-compression-regexp " regexp
Do not compress increments based on files whose filenames match regexp on a case-insensitive basis. The default is
-".*\\.(gz|z|bz|bz2|tgz|zip|rpm|deb|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov)$"
+".*\\.(gz|z|bz|bz2|tgz|zip|rpm|deb|jpg|gif|png|mp3|ogg|avi|wmv|mpeg|mpg|rm|mov)$"
.TP
.BI --no-hard-links
Don't preserve hard links from source to mirror directories.