mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
18 lines
609 B
INI
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"
|
|
}
|
|
]
|
|
}
|