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

nc-restore.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d9e6111126c24b418f55bbce94554c4d9da2653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "nc-restore",
  "name": "Nc-restore",
  "title": "nc-restore",
  "description": "Restore a previously backuped NC instance",
  "info": "This new installation will cleanup current\nNextCloud instance, including files and database.\n\n** perform backup before proceding **\n\nYou can use 'nc-backup'",
  "infotitle": "Restore NextCloud backup",
  "params": [
    {
      "id": "BACKUPFILE",
      "name": "Backup file",
      "value": "/media/USBdrive/ncp-backups/nextcloud-bkp_xxxxxxxx.tar",
      "suggest": "/media/USBdrive/ncp-backups/nextcloud-bkp_xxxxxxxx.tar",
      "type": "file"
    }
  ]
}