removed outdated options and allowed r/w on backup folder

This commit is contained in:
2020-12-13 22:16:06 -05:00
parent 3e3bb933b1
commit b2aafeb200

View File

@@ -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:)"]
}