mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
17 lines
435 B
INI
17 lines
435 B
INI
{
|
|
"id": "nc-snapshot",
|
|
"name": "Nc-snapshot",
|
|
"title": "nc-snapshot",
|
|
"description": "Create BTRFS snapshot of the datadir",
|
|
"info": "Snapshots take up very little space because only the differences from one \nto the next are saved. This requires the datadir to be in a BTRFS filesystem",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "LIMIT",
|
|
"name": "Limit",
|
|
"value": "4",
|
|
"suggest": "4"
|
|
}
|
|
]
|
|
}
|