fix: remove the dry-run setting
This commit is contained in:
parent
1c65143bd6
commit
8767f1bff7
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ run_checklock () {
|
||||||
run_backup () {
|
run_backup () {
|
||||||
#Do the backup
|
#Do the backup
|
||||||
${ECHO} "Starting backup on $HOST at $(timestamp)"
|
${ECHO} "Starting backup on $HOST at $(timestamp)"
|
||||||
${RESTIC} backup -n \
|
${RESTIC} backup \
|
||||||
--tag "$BACKUP_TAG" \
|
--tag "$BACKUP_TAG" \
|
||||||
--exclude-file $BACKUP_EXCLUDES \
|
--exclude-file $BACKUP_EXCLUDES \
|
||||||
$BACKUP_PATHS &
|
$BACKUP_PATHS &
|
||||||
|
|
Loading…
Reference in a new issue