fix autobackup: true

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2024-07-18 10:48:40 +01:00
parent aaad8b79cc
commit 62cae4cf8a
2 changed files with 7 additions and 4 deletions

View File

@@ -818,8 +818,11 @@
]
},
"autoBackup": {
"type": "object",
"description": "Enable automatic backups of your meshcentral-data",
"type": [
"boolean",
"object"
],
"description": "If set to \"true\", automatic backups of your MeshCentral data will be enabled. Alternatively, you can provide an object with additional values such as \"webdav\", \"backupPath\", \"backupIntervalHours\", and more.",
"properties": {
"mongoDumpPath": {
"type": "string",