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

nc-restore-snapshot.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41b45bdcea2576583f9c637764238e514defbe95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "nc-restore-snapshot",
  "name": "Nc-restore-snapshot",
  "title": "nc-restore-snapshot",
  "description": "Restore data from a BTRFS snapshot",
  "info": "A snapshot of the data will be restored",
  "infotitle": "Restore NextCloud data snapshot",
  "params": [
    {
      "id": "SNAPSHOT",
      "name": "Snapshot Path",
      "value": "",
      "suggest": "/media/USBdrive/ncp-snapshots/daily_XXXX-XX-XX_XXXXXX",
      "type": "directory"
    }
  ]
}