mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
16 lines
507 B
INI
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"
|
|
}
|
|
]
|
|
}
|