Skip to content
Snippets Groups Projects
Verified Commit 72110ea9 authored by David Beniamine's avatar David Beniamine
Browse files

Fix restore delay

parent 33efc4de
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,9 @@ source $DIR/inc.sh ...@@ -36,7 +36,9 @@ source $DIR/inc.sh
export PASSPHRASE="$encpass" export PASSPHRASE="$encpass"
export FTP_PASSWORD="$ftppass" export FTP_PASSWORD="$ftppass"
/usr/bin/duplicity --verbosity $verbosity --file-to-restore $delay "$restore_path" $remote "$destination_path" set -x
/usr/bin/duplicity --verbosity $verbosity $delay --file-to-restore "$restore_path" $remote "$destination_path"
set +x
unset PASSPHRASE unset PASSPHRASE
unset FTP_PASSWORD unset FTP_PASSWORD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment