Browse Source

removed quotation marks around .backupignore

admin 4 years ago
parent
commit
4a318c8e97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      restic/.env.template

+ 1 - 1
restic/.env.template

@@ -6,7 +6,7 @@ RESTIC_BACKUP_SOURCE=/home
 RESTIC_BACKUP_FOLDERS=/mnt/source/john /mnt/source/jane
 
 # Additional arguments for restic backup
-RESTIC_BACKUP_ARGS=--limit-upload 244 --limit-download 244 --exclude-if-present '.backupignore'
+RESTIC_BACKUP_ARGS=--limit-upload 244 --limit-download 244 --exclude-if-present .backupignore
 
 # Additional arguments for restic forget
 RESTIC_FORGET_ARGS=--keep-weekly 2 --prune