updated backup folder to rw so we can delete older ones

This commit is contained in:
2022-12-03 22:20:10 -05:00
parent e62d6bd2dd
commit c511f7af41

View File

@@ -1,6 +1,6 @@
{ {
"name": "duplicacy", "name": "duplicacy",
"version": "20221203.1", "version": "20221203.2",
"slug": "duplicacy", "slug": "duplicacy",
"description": "Duplicacy backup", "description": "Duplicacy backup",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/duplicacy", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/duplicacy",
@@ -8,7 +8,7 @@
"startup": "application", "startup": "application",
"boot": "manual", "boot": "manual",
"host_network": false, "host_network": false,
"map": ["config", "backup", "ssl", "addons", "share"], "map": ["config", "backup:rw", "ssl", "addons", "share"],
"options": { "options": {
"backupID": "Put your backup ID name here", "backupID": "Put your backup ID name here",
"ssh_username": "root", "ssh_username": "root",