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"
}
]
}