From 3fc48d12b86cc46ab72a74813662ccbcebe15d2b Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 25 Mar 2002 07:51:04 +0000 Subject: CHANGELOG - added 0.7.1 FAQ - Added question about removing directory from mirror dir rdiff-backup.1 - added info about --...compress... switches git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@21 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/rdiff-backup.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'rdiff-backup/rdiff-backup.1') diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1 index 15aedfa..11d0f1d 100644 --- a/rdiff-backup/rdiff-backup.1 +++ b/rdiff-backup/rdiff-backup.1 @@ -87,6 +87,16 @@ Do not create an rdiff-backup-data directory or make any increments. In this mode rdiff-backup is similar to rsync (but usually slower). .TP +.B --no-compression +Disable the default gzip compression of most of the .snapshot and .diff +increment files stored in the rdiff-backup-data directory. A backup +volume can contain compressed and uncompressed increments, so using +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)$" +.TP .BI --no-hard-links Don't preserve hard links from source to mirror directories. Otherwise, no increment files will themselves be hard linked, but a -- cgit v1.2.1