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

nc-snapshot-sync.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0c15fc2d4db4f07e923a8056a916f5ea9c65b5d (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
35
36
37
38
39
40
41
{
  "id": "nc-snapshot-sync",
  "name": "Nc-snapshot-sync",
  "title": "nc-snapshot-sync",
  "description": "Sync BTRFS snapshots to USBdrive or remote machine",
  "info": "Use format user@ip:/path/to/snapshots for remote sync\n'user' needs permissions for the 'btrfs' command at 'ip'\n'user' needs SSH autologin from the NCP 'root' user at 'ip'\nOnly use compression for internet transfer, because it uses many resources",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "SNAPDIR",
      "name": "Snapshot directory",
      "value": "/media/USBdrive/ncp-snapshots",
      "suggest": "/media/USBdrive/ncp-snapshots",
      "type": "directory"
    },
    {
      "id": "DESTINATION",
      "name": "Destination",
      "value": "/media/myBackupDrive/ncp-snapshots",
      "suggest": "/media/myBackupDrive/ncp-snapshots"
    },
    {
      "id": "COMPRESSION",
      "name": "Compression",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "SYNCDAYS",
      "name": "Sync days",
      "value": "1",
      "suggest": "1"
    }
  ]
}