Ignore:
Timestamp:
21/09/2007 19:59:06 (5 years ago)
Author:
chris
Message:

Undo bad changes (not all exclude options take a regex).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/bbackupd-config.in

    r1845 r1846  
    468468# For example: 
    469469#  
    470 #       ExcludeDir = ^/home/guest-user$ 
     470#       ExcludeDir = /home/guest-user 
    471471#       ExcludeFilesRegex = \.(mp3|MP3)\$ 
    472 #       AlwaysIncludeFile = ^/home/username/veryimportant\.mp3$ 
     472#       AlwaysIncludeFile = /home/username/veryimportant.mp3 
    473473#  
    474474# This excludes the directory /home/guest-user from the backup along with all mp3 
     
    488488# ExcludeDirsRegex = ^/home/user/bigfiles/ 
    489489# 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 
     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 
    494494# AlwaysIncludeDirsRegex = ^/home/user/bigfiles/path/important/files/ 
    495495# AlwaysIncludeFilesRegex = ^/home/user/bigfiles/path/important/files/ 
Note: See TracChangeset for help on using the changeset viewer.