diff --git a/duplicacy/config.json b/duplicacy/config.json index 6f870a0..f5984d4 100644 --- a/duplicacy/config.json +++ b/duplicacy/config.json @@ -1,20 +1,19 @@ { "name": "duplicacy", - "version": "20201122.3", + "version": "20201213.1", "slug": "duplicacy", "description": "Duplicacy backup", "arch": ["armhf", "armv7"], "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", "ssh_password": "password", "server": "server.example.com", "path": "/opt/some/folder/on/on/server", - "crontab_run": "0 2 * * 5", "days_to_keep": "14", "filters": [ "i:addons/.*", @@ -30,7 +29,6 @@ "ssh_password": "str", "server": "str", "path": "str", - "crontab_run": "str", "days_to_keep": "int", "filters": ["match(^i:|e:)"] }