nextcloudpi/etc/ncp-config.d/nc-format-USB.cfg
2019-01-04 18:14:52 -07:00

16 lines
507 B
INI

{
"id": "nc-format-USB",
"name": "nc-format-USB",
"title": "nc-format-USB",
"description": "Format an external USB drive as a BTRFS partition (dangerous)",
"info": "Make sure that ONLY the USB drive that you want to format is plugged in.\ncareful, this will destroy any data in the USB drive\n\n** YOU WILL LOSE ALL YOUR USB DATA **",
"infotitle": "Instructions for USB drive formatting",
"params": [
{
"id": "LABEL",
"name": "LABEL",
"value": "myCloudDrive"
}
]
}