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:
PTR
2024-11-10 14:49:11 +01:00
committed by GitHub
parent 7d59210d05
commit b71c69e81d
4 changed files with 19 additions and 23 deletions

View File

@@ -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": "",