Merge changes from #19

This commit is contained in:
Todd E Johnson
2019-07-13 10:35:40 -05:00
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ RETENTION_YEARS=3
# What to backup, and what to not
BACKUP_PATHS="/ /boot /home"
[ -d /mnt/media ] && BACKUP_PATHS+=" /mnt/media"
BACKUP_EXCLUDES="--exclude-file /.backup_exclude"
BACKUP_EXCLUDES="--exclude-file /etc/restic/backup_exclude"
for dir in /home/*
do
if [ -f "$dir/.backup_exclude" ]