diff --git a/restic-backup.sh b/restic-backup.sh index 5fa3883..dab5ac2 100755 --- a/restic-backup.sh +++ b/restic-backup.sh @@ -27,7 +27,7 @@ set -u REPO=s3:s3.sbg.io.cloud.ovh.net/restic-data PATHS_FILE=/root/scripts/restic-paths -EXCLUDE_FILE=/root/scripts/restic-nextcloud-exclude +EXCLUDE_FILE=/root/scripts/restic-exclude DB_EXCLUDE_FILE=/root/scripts/plakar-db-exclude # same opt-out list, same format DUMP_DIR=/backup/dumps LOCKFILE=/run/lock/restic-backup.lock diff --git a/restic-nextcloud-exclude b/restic-exclude similarity index 100% rename from restic-nextcloud-exclude rename to restic-exclude