Exclude --files flag from borgmatic command
This commit is contained in:
parent
138abe33d5
commit
3762cf6443
|
@ -67,7 +67,7 @@ perform_backup() {
|
|||
"$borgmatic" create --files --stats --verbosity 2 --syslog-verbosity -1 2>&1 | tee -a "$LOG_FILE" || return 1
|
||||
set_state LastBackupPrettyTimestamp "$(dt_to_pretty "$(get_last_backup_ts)")" "$((4 * 60 * 60))"
|
||||
|
||||
"$borgmatic" prune --files --stats --verbosity 2 --syslog-verbosity -1 2>&1 | tee -a "$LOG_FILE" || return 2
|
||||
"$borgmatic" prune --stats --verbosity 2 --syslog-verbosity -1 2>&1 | tee -a "$LOG_FILE" || return 2
|
||||
}
|
||||
|
||||
perform_check() {
|
||||
|
|
Loading…
Reference in New Issue