Move /.backup_exlude to /etc/restic/backup_exclude

This commit is contained in:
Todd E Johnson
2019-07-13 00:09:58 -05:00
parent 9a586f183c
commit e3f01b7911
3 changed files with 3 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ RETENTION_YEARS=3
# What to backup, and what to not
BACKUP_PATHS="/ /boot /home /mnt/media"
BACKUP_EXCLUDES="--exclude-file /.backup_exclude --exclude-file /mnt/media/.backup_exclude --exclude-file /home/erikw/.backup_exclude"
BACKUP_EXCLUDES="--exclude-file /etc/restic/backup_exclude --exclude-file /mnt/media/.backup_exclude --exclude-file /home/erikw/.backup_exclude"
BACKUP_TAG=systemd.timer