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

nc-backup.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9734c1dbe14118dcb4c763b4dfe5d775332bd53c (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
{
  "id": "nc-backup",
  "name": "nc-backup",
  "title": "nc-backup",
  "description": "Backup this NC instance to a file",
  "info": "",
  "infotitle": "",
  "params": [
    {
      "id": "DESTDIR",
      "name": "DESTDIR",
      "value": "/media/USBdrive/ncp-backups"
    },
    {
      "id": "INCLUDEDATA",
      "name": "INCLUDEDATA",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "COMPRESS",
      "name": "COMPRESS",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "BACKUPLIMIT",
      "name": "BACKUPLIMIT",
      "value": "4"
    }
  ]
}