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