[Box Backup-commit] COMMIT r1846 - box/trunk/bin/bbackupd
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Fri, 21 Sep 2007 19:59:06 +0100
Author: chris
Date: 2007-09-21 19:59:06 +0100 (Fri, 21 Sep 2007)
New Revision: 1846
Modified:
box/trunk/bin/bbackupd/bbackupd-config.in
Log:
Undo bad changes (not all exclude options take a regex).
Modified: box/trunk/bin/bbackupd/bbackupd-config.in
===================================================================
--- box/trunk/bin/bbackupd/bbackupd-config.in 2007-09-21 18:01:05 UTC (rev 1845)
+++ box/trunk/bin/bbackupd/bbackupd-config.in 2007-09-21 18:59:06 UTC (rev 1846)
@@ -467,9 +467,9 @@
#
# For example:
#
-# ExcludeDir = ^/home/guest-user$
+# ExcludeDir = /home/guest-user
# ExcludeFilesRegex = \.(mp3|MP3)\$
-# AlwaysIncludeFile = ^/home/username/veryimportant\.mp3$
+# AlwaysIncludeFile = /home/username/veryimportant.mp3
#
# This excludes the directory /home/guest-user from the backup along with all mp3
# files, except one MP3 file in particular.
@@ -487,10 +487,10 @@
#
# ExcludeDirsRegex = ^/home/user/bigfiles/
# ExcludeFilesRegex = ^/home/user/bigfiles/
-# AlwaysIncludeDir = ^/home/user/bigfiles/path
-# AlwaysIncludeDir = ^/home/user/bigfiles/path/to
-# AlwaysIncludeDir = ^/home/user/bigfiles/path/important
-# AlwaysIncludeDir = ^/home/user/bigfiles/path/important/files
+# AlwaysIncludeDir = /home/user/bigfiles/path
+# AlwaysIncludeDir = /home/user/bigfiles/path/to
+# AlwaysIncludeDir = /home/user/bigfiles/path/important
+# AlwaysIncludeDir = /home/user/bigfiles/path/important/files
# AlwaysIncludeDirsRegex = ^/home/user/bigfiles/path/important/files/
# AlwaysIncludeFilesRegex = ^/home/user/bigfiles/path/important/files/
#