Browse Source

added --exclude-if-present '.backupignore'

admin 4 years ago
parent
commit
7a6d5d3389
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
+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