nextcloudpi/etc/ncp-config.d/nc-snapshot.cfg
2019-01-05 23:30:46 -07:00

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