Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nc-rsync-auto.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 490f7a7bb6a14df3f641deead210ee4a6d1c4036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "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"
    }
  ]
}