Changeset 1845
- Timestamp:
- 21/09/2007 19:01:05 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/bbackupd-config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/bbackupd-config.in
r1816 r1845 468 468 # For example: 469 469 # 470 # ExcludeDir = /home/guest-user471 # ExcludeFilesRegex = *.(mp3|MP3)\$472 # AlwaysIncludeFile = /home/username/veryimportant.mp3470 # ExcludeDir = ^/home/guest-user$ 471 # ExcludeFilesRegex = \.(mp3|MP3)\$ 472 # AlwaysIncludeFile = ^/home/username/veryimportant\.mp3$ 473 473 # 474 474 # This excludes the directory /home/guest-user from the backup along with all mp3 … … 484 484 # like this, to ensure that each directory in the path to the important 485 485 # files is included, but none of their contents will be backed up except 486 # the directories fu ther down that path to the important one.487 # 488 # ExcludeDirsRegex = /home/user/bigfiles/.*489 # ExcludeFilesRegex = /home/user/bigfiles/.*490 # AlwaysIncludeDir = /home/user/bigfiles/path491 # AlwaysIncludeDir = /home/user/bigfiles/path/to492 # AlwaysIncludeDir = /home/user/bigfiles/path/important493 # AlwaysIncludeDir = /home/user/bigfiles/path/important/files494 # AlwaysIncludeDirsRegex = /home/user/bigfiles/path/important/files/.*495 # AlwaysIncludeFilesRegex = /home/user/bigfiles/path/important/files/.*486 # the directories further down that path to the important one. 487 # 488 # ExcludeDirsRegex = ^/home/user/bigfiles/ 489 # ExcludeFilesRegex = ^/home/user/bigfiles/ 490 # AlwaysIncludeDir = ^/home/user/bigfiles/path 491 # AlwaysIncludeDir = ^/home/user/bigfiles/path/to 492 # AlwaysIncludeDir = ^/home/user/bigfiles/path/important 493 # AlwaysIncludeDir = ^/home/user/bigfiles/path/important/files 494 # AlwaysIncludeDirsRegex = ^/home/user/bigfiles/path/important/files/ 495 # AlwaysIncludeFilesRegex = ^/home/user/bigfiles/path/important/files/ 496 496 # 497 497 # If a directive ends in Regex, then it is a regular expression rather than a
Note: See TracChangeset
for help on using the changeset viewer.
