Fixed the scan error and backup problems

This commit is contained in:
Quality System Admin
2025-11-05 21:25:02 +02:00
parent 9020f2c1cf
commit c91b7d0a4d
15 changed files with 4873 additions and 429 deletions

View File

@@ -1,6 +1,13 @@
{
"enabled": true,
"time": "02:00",
"frequency": "daily",
"retention_days": 30
"schedules": [
{
"id": "default",
"name": "Default Schedule",
"enabled": true,
"time": "03:00",
"frequency": "daily",
"backup_type": "data-only",
"retention_days": 30
}
]
}