mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
33 lines
586 B
INI
33 lines
586 B
INI
{
|
|
"id": "nc-backup",
|
|
"name": "nc-backup",
|
|
"title": "nc-backup",
|
|
"description": "Backup this NC instance to a file",
|
|
"info": "",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "DESTDIR",
|
|
"name": "DESTDIR",
|
|
"value": "/media/USBdrive/ncp-backups"
|
|
},
|
|
{
|
|
"id": "INCLUDEDATA",
|
|
"name": "INCLUDEDATA",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "COMPRESS",
|
|
"name": "COMPRESS",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "BACKUPLIMIT",
|
|
"name": "BACKUPLIMIT",
|
|
"value": "4"
|
|
}
|
|
]
|
|
}
|