summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-09-21 18:59:06 +0000
committerChris Wilson <chris+github@qwirx.com>2007-09-21 18:59:06 +0000
commit0be0b2edba8b77243b5f6d9c95cc5214ccc4c76a (patch)
tree0d212ae64919366bfa316cd223b48fa7fd8f18fd
parent4738f12a4405810b2575ea71a1de777b1422ab8c (diff)
Undo bad changes (not all exclude options take a regex).
-rwxr-xr-xbin/bbackupd/bbackupd-config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/bbackupd/bbackupd-config.in b/bin/bbackupd/bbackupd-config.in
index e785e2c4..adb5d5e6 100755
--- a/bin/bbackupd/bbackupd-config.in
+++ b/bin/bbackupd/bbackupd-config.in
@@ -467,9 +467,9 @@ Server
#
# 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 @@ Server
#
# 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/
#