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 () {
|
||||
#Do the backup
|
||||
${ECHO} "Starting backup on $HOST at $(timestamp)"
|
||||
${RESTIC} backup -n \
|
||||
${RESTIC} backup \
|
||||
--tag "$BACKUP_TAG" \
|
||||
--exclude-file $BACKUP_EXCLUDES \
|
||||
$BACKUP_PATHS &
|
||||
|
|
Loading…
Add table
Reference in a new issue