Fix missing "
This commit is contained in:
parent
a79f30a1d7
commit
3093dd9346
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ARGS="-r $DST --password-file $PW backup --tag $TAG --exclude-file=/restic.exclu
|
|||
# clean up old snapshots
|
||||
CLEAN="-r $DST --password-file $PW forget --prune --cleanup-cache --tag $TAG --keep-daily 4 --keep-weekly 3 --keep-monthly 6 --keep-yearly 3"
|
||||
# prune 'forgotten' snapshots
|
||||
PRUNE="-r $DST --password-file $PW prune
|
||||
PRUNE="-r $DST --password-file $PW prune"
|
||||
# create a snapshot
|
||||
log "running snapshot"
|
||||
$NICE $CMD $ARGS >> $LOG
|
||||
|
|
Loading…
Reference in a new issue