mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-22 05:06:36 +00:00
Add --force to restore since it's in place
This commit is contained in:
parent
eb98fb2d3c
commit
6c28a96a22
@ -2,6 +2,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
duplicity restore \
|
duplicity restore \
|
||||||
|
--force \
|
||||||
--log-file /root/duplicity.log \
|
--log-file /root/duplicity.log \
|
||||||
--name $BACKUP_NAME \
|
--name $BACKUP_NAME \
|
||||||
$OPT_ARGUMENTS \
|
$OPT_ARGUMENTS \
|
||||||
|
Loading…
Reference in New Issue
Block a user