diff --git a/duplicacy/config.json b/duplicacy/config.json index 367db61..8efdf58 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20210720.14", + "version": "20210720.15", "slug": "duplicacy", "description": "Duplicacy backup", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/duplicacy", diff --git a/duplicacy/run.sh b/duplicacy/run.sh index e0c3ea6..065572e 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -35,6 +35,7 @@ sed --in-place 's//'${SSH_USERNAME}'/' /.duplicacy/preferences sed --in-place 's//'${SSH_PASSWORD}'/' /.duplicacy/preferences sed --in-place 's//'${BACKUP_SERVER}'/' /.duplicacy/preferences sed --in-place 's//'${SSH_PORT}'/' /.duplicacy/preferences +# have to use ~ since the path contains slashes sed --in-place 's~~'${BACKUP_SERVER_PATH}'~' /.duplicacy/preferences # create the filters file