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

nc-backup-auto.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32a4c09a81558d607244a1299dd74b4ff62cff10 (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
42
43
44
45
46
47
48
49
50
51
52
53
{
  "id": "nc-backup-auto",
  "name": "Nc-backup-auto",
  "title": "nc-backup-auto",
  "description": "Set periodic backups",
  "info": "",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "DESTDIR",
      "name": "Destination Directory",
      "value": "/media/USBdrive/ncp-backups",
      "suggest": "/media/USBdrive/ncp-backups",
      "type": "directory"
    },
    {
      "id": "INCLUDEDATA",
      "name": "Include data",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "COMPRESS",
      "name": "Compress",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "BACKUPDAYS",
      "name": "Backup periodicity (in days)",
      "suggest": "7",
      "value": "7"
    },
    {
      "id": "BACKUPLIMIT",
      "name": "Number of backups to keep",
      "suggest": "4",
      "value": "4"
    },
    {
      "id": "NOTIFYUSER",
      "name": "Notify user",
      "suggest": "ncp",
      "value": "ncp"
    }
  ]
}