diff --git a/duplicity-backup.conf.example b/duplicity-backup.conf.example index 73c173e..1bd0cd9 100644 --- a/duplicity-backup.conf.example +++ b/duplicity-backup.conf.example @@ -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