Fixes issue zertrin/duplicity-backup/issues/41 - conf revert

This commit is contained in:
jaltek 2013-11-22 10:32:19 +01:00
parent 7d836294ce
commit 1bd7c260ad

View file

@ -136,7 +136,7 @@ DEST="s3+http://foobar-backup-bucket/backup-folder/"
# )
#
# Simpler example with one location:
# INCLIST=( "/home/foobar_user_name/Documents/" )
INCLIST=( "/home/foobar_user_name/Documents/" )
# EXCLUDE LIST OF DIRECTORIES
# 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" \
# )
# 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
# Instead of using the INCLIST/EXCLIST variable you can also define a special