fix: remove the dry-run setting

This commit is contained in:
Alex Kelly 2023-01-17 10:10:08 -05:00
parent 1c65143bd6
commit 8767f1bff7

View file

@ -45,7 +45,7 @@ run_checklock () {
run_backup () {
#Do the backup
${ECHO} "Starting backup on $HOST at $(timestamp)"
${RESTIC} backup -n \
${RESTIC} backup \
--tag "$BACKUP_TAG" \
--exclude-file $BACKUP_EXCLUDES \
$BACKUP_PATHS &