mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
23 lines
534 B
INI
23 lines
534 B
INI
{
|
|
"id": "nc-rsync",
|
|
"name": "Nc-rsync",
|
|
"title": "nc-rsync",
|
|
"description": "Sync Nextcloud data remotely or locally through rsync",
|
|
"info": "'user' needs SSH autologin from the NCP 'root' user at 'ip'\nfor remote sync",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|