From c511f7af415e3dc6616d5d33f7410dd3b8f764a2 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sat, 3 Dec 2022 22:20:10 -0500 Subject: [PATCH] updated backup folder to rw so we can delete older ones --- duplicacy/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/duplicacy/config.json b/duplicacy/config.json index ecff084..346fd32 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,6 +1,6 @@ { "name": "duplicacy", - "version": "20221203.1", + "version": "20221203.2", "slug": "duplicacy", "description": "Duplicacy backup", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/duplicacy", @@ -8,7 +8,7 @@ "startup": "application", "boot": "manual", "host_network": false, - "map": ["config", "backup", "ssl", "addons", "share"], + "map": ["config", "backup:rw", "ssl", "addons", "share"], "options": { "backupID": "Put your backup ID name here", "ssh_username": "root",