mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
35 lines
806 B
INI
35 lines
806 B
INI
{
|
|
"id": "nc-backup",
|
|
"name": "nc-backup",
|
|
"title": "nc-backup",
|
|
"description": "Backup this NC instance to a file",
|
|
"info": "This will always include the current Nextcloud directory and the Database.\nYou can choose to include or exclude NC-data.",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "DESTDIR",
|
|
"name": "Destination directory",
|
|
"value": "/media/USBdrive/ncp-backups",
|
|
"suggest": "/media/USBdrive/ncp-backups"
|
|
},
|
|
{
|
|
"id": "INCLUDEDATA",
|
|
"name": "Include data",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "COMPRESS",
|
|
"name": "Compress",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "BACKUPLIMIT",
|
|
"name": "Number of backups to keep",
|
|
"value": "4",
|
|
"suggest": "4"
|
|
}
|
|
]
|
|
}
|