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: eeb8762c88ec9486ce009c7151916e3efba8303a (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
{
  "id": "nc-backup",
  "name": "nc-backup",
  "title": "nc-backup",
  "description": "Backup this NC instance to a file",
  "info": "This will always include the current Nextcloud directory and the Database.\nYou can choose to include or exclude NC-data.",
  "infotitle": "",
  "params": [
    {
      "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": "BACKUPLIMIT",
      "name": "Number of backups to keep",
      "value": "4",
      "suggest": "4"
    }
  ]
}