Fixes issue zertrin/duplicity-backup/issues/41 - conf revert
This commit is contained in:
parent
7d836294ce
commit
1bd7c260ad
1 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ DEST="s3+http://foobar-backup-bucket/backup-folder/"
|
||||||
# )
|
# )
|
||||||
#
|
#
|
||||||
# Simpler example with one location:
|
# Simpler example with one location:
|
||||||
# INCLIST=( "/home/foobar_user_name/Documents/" )
|
INCLIST=( "/home/foobar_user_name/Documents/" )
|
||||||
|
|
||||||
# EXCLUDE LIST OF DIRECTORIES
|
# EXCLUDE LIST OF DIRECTORIES
|
||||||
# Even though I am being specific about what I want to include,
|
# Even though I am being specific about what I want to include,
|
||||||
|
|
@ -151,7 +151,7 @@ DEST="s3+http://foobar-backup-bucket/backup-folder/"
|
||||||
# "/**.AppleDouble" \
|
# "/**.AppleDouble" \
|
||||||
# )
|
# )
|
||||||
# Simpler example with one location. Adapt it to your needs.
|
# Simpler example with one location. Adapt it to your needs.
|
||||||
# EXCLIST=( "/home/foobar_user_name/Documents/foobar-to-exclude" )
|
EXCLIST=( "/home/foobar_user_name/Documents/foobar-to-exclude" )
|
||||||
|
|
||||||
# INCLUDE GLOBBING FILELIST
|
# INCLUDE GLOBBING FILELIST
|
||||||
# Instead of using the INCLIST/EXCLIST variable you can also define a special
|
# Instead of using the INCLIST/EXCLIST variable you can also define a special
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue