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

nc-snapshot.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9fad047fa089f2f89216412acf962c3fd85cef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "nc-snapshot",
  "name": "Nc-snapshot",
  "title": "nc-snapshot",
  "description": "Create BTRFS snapshot of the datadir",
  "info": "Snapshots take up very little space because only the differences from one \nto the next are saved. This requires the datadir to be in a BTRFS filesystem",
  "infotitle": "",
  "params": [
    {
      "id": "LIMIT",
      "name": "Limit",
      "value": "4",
      "suggest": "4"
    }
  ]
}