diff --git a/duplicacy/config.json b/duplicacy/config.json index 4f07cde..052f1c0 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20201117.12", + "version": "20201117.13", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/run.sh b/duplicacy/run.sh index d097461..d626a0f 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -25,4 +25,7 @@ sed --in-place 's~~'${BACKUP_SERVER_PATH}'~' /.duplicacy/pre echo ${FILTERS} | jq -r '.[]' >> /.duplicacy/filters # backup all the data -/duplicacy -verbose -log backup -stats \ No newline at end of file +#/duplicacy -verbose -log backup -stats + +# testing snaphots +ha sn list \ No newline at end of file