From 941bbdf2c143eb88a04a3e50c0d2ab59e582faad Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 20 Jul 2021 11:38:44 -0400 Subject: [PATCH] added some comments --- duplicacy/config.json | 2 +- duplicacy/run.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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