diff --git a/duplicacy/config.json b/duplicacy/config.json index 6f419e9..380275a 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20201117.4", + "version": "20201117.5", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/run.sh b/duplicacy/run.sh index 67dcfdf..11548db 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -17,16 +17,13 @@ FILTERS=$(jq --raw-output ".filters" $CONFIG_PATH) # create the filters file touch /.duplicacy/filters -# test -sed --help - # edit the /.duplicacy/preferences file sed --in-place 's//'${BACKUP_ID}'/' /.duplicacy/preferences sed --in-place 's//'${PROTOCOL}'/' /.duplicacy/preferences 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//'${BACKUP_SERVER_PATH}'/' /.duplicacy/preferences +sed --in-place 's~~'${BACKUP_SERVER_PATH}'~' /.duplicacy/preferences echo $FILTERS