diff options
-rw-r--r-- | templates/dup.conf.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index a4b7210..c0b689d 100644 --- a/templates/dup.conf.erb +++ b/templates/dup.conf.erb @@ -24,6 +24,7 @@ TMP="/var/tmp" mkdir -p $TMP export PASSPHRASE='<%= password %>' +mkdir -p $BACKUP_FOLDER # adds support for checking the existing backup if [ "$1" == "--check" ]; then |