mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 18:06:32 +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
|
||||
|
||||
duplicity restore \
|
||||
--force \
|
||||
--log-file /root/duplicity.log \
|
||||
--name $BACKUP_NAME \
|
||||
$OPT_ARGUMENTS \
|
||||
|
Loading…
Reference in New Issue
Block a user