mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
41 lines
918 B
INI
41 lines
918 B
INI
{
|
|
"id": "nc-rsync-auto",
|
|
"name": "Nc-rsync-auto",
|
|
"title": "nc-rsync-auto",
|
|
"description": "Periodically sync Nextcloud data through rsync",
|
|
"info": "DESTINATION can be a regular path for local sync\n'user' needs SSH autologin from the NCP 'root' user at 'ip'",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "Active",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "DESTINATION",
|
|
"name": "Destination",
|
|
"value": "user@ip:/path/to/sync",
|
|
"suggest": "user@ip:/path/to/sync"
|
|
},
|
|
{
|
|
"id": "PORTNUMBER",
|
|
"name": "SSH port number",
|
|
"value": "22",
|
|
"suggest": "22"
|
|
},
|
|
{
|
|
"id": "SYNCDAYS",
|
|
"name": "Sync periodicity (in days)",
|
|
"value": "3",
|
|
"suggest": "3"
|
|
},
|
|
{
|
|
"id": "SYNCHOUR",
|
|
"name": "Hour of Day when syncing",
|
|
"value": "5",
|
|
"suggest": "5"
|
|
}
|
|
]
|
|
}
|