removed outdated options and allowed r/w on backup folder
This commit is contained in:
@@ -1,20 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "duplicacy",
|
"name": "duplicacy",
|
||||||
"version": "20201122.3",
|
"version": "20201213.1",
|
||||||
"slug": "duplicacy",
|
"slug": "duplicacy",
|
||||||
"description": "Duplicacy backup",
|
"description": "Duplicacy backup",
|
||||||
"arch": ["armhf", "armv7"],
|
"arch": ["armhf", "armv7"],
|
||||||
"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",
|
||||||
"ssh_password": "password",
|
"ssh_password": "password",
|
||||||
"server": "server.example.com",
|
"server": "server.example.com",
|
||||||
"path": "/opt/some/folder/on/on/server",
|
"path": "/opt/some/folder/on/on/server",
|
||||||
"crontab_run": "0 2 * * 5",
|
|
||||||
"days_to_keep": "14",
|
"days_to_keep": "14",
|
||||||
"filters": [
|
"filters": [
|
||||||
"i:addons/.*",
|
"i:addons/.*",
|
||||||
@@ -30,7 +29,6 @@
|
|||||||
"ssh_password": "str",
|
"ssh_password": "str",
|
||||||
"server": "str",
|
"server": "str",
|
||||||
"path": "str",
|
"path": "str",
|
||||||
"crontab_run": "str",
|
|
||||||
"days_to_keep": "int",
|
"days_to_keep": "int",
|
||||||
"filters": ["match(^i:|e:)"]
|
"filters": ["match(^i:|e:)"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user