autobackup improvements #6324

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2024-08-15 11:32:24 +01:00
parent 3a28e33efb
commit aae551dab9
2 changed files with 36 additions and 15 deletions

View File

@@ -846,8 +846,9 @@
},
"zipPassword": {
"type": "string",
"default": null,
"description": "When specified, the ZIP backups will be password protected with the zipPassword"
"default": "",
"minLength": 1,
"description": "When specified, the ZIP backups will be password protected with the zipPassword and the password cannot be a blank value"
},
"backupPath": {
"type": "string",