nextcloudpi/etc/ncp-config.d/nc-restore.cfg
2019-04-01 18:03:51 -06:00

18 lines
609 B
INI

{
"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"
}
]
}