mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Fix autobackup defaults and zip level for performance (#6518)
* Fix autobackup defaults and zip level for performance * Add zipcompression configuration option
This commit is contained in:
@@ -851,6 +851,11 @@
|
||||
"default": 10,
|
||||
"description": "How many days of backups should the autobackup keep? Default is 10 Days worth"
|
||||
},
|
||||
"zipCompression" : {
|
||||
"type": "integer",
|
||||
"default": "5",
|
||||
"description": "Set the zip compression level, 1=fast/less small file to 9=slow/smallest file."
|
||||
},
|
||||
"zipPassword": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
|
||||
Reference in New Issue
Block a user