From 6c76e4588e20f4dac6709e684236e7b4ebd940d6 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Tue, 17 Nov 2020 20:37:31 -0500 Subject: [PATCH] testing filters again --- duplicacy/config.json | 2 +- duplicacy/run.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/duplicacy/config.json b/duplicacy/config.json index ce20bad..ca81e11 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20201117.8", + "version": "20201117.9", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], diff --git a/duplicacy/run.sh b/duplicacy/run.sh index 923a1df..b264732 100644 --- a/duplicacy/run.sh +++ b/duplicacy/run.sh @@ -28,4 +28,6 @@ for filter in ${FILTERS}; do echo ${filter} >> /.duplicacy/filters done -/duplicacy -verbose -log backup -stats \ No newline at end of file +cat /.duplicacy/filters + +#/duplicacy -verbose -log backup -stats \ No newline at end of file