nextcloudpi/etc/ncp-config.d/nc-restore-snapshot.cfg
2019-03-31 20:22:16 -06:00

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