diff --git a/duplicacy/config.json b/duplicacy/config.json index 2abe4a3..6f419e9 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20201117.3", + "version": "20201117.4", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/run.sh b/duplicacy/run.sh index 71966c6..67dcfdf 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -17,6 +17,9 @@ 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