From 5f0439528f563e1dfdc0c9b0cecb9bd3a8eb81ff Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 17 Nov 2020 21:18:47 -0500 Subject: [PATCH] testing snapshots --- duplicacy/config.json | 2 +- duplicacy/run.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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