Files
yunrui_asset/backend/config/auto-backup-settings.json.example
T

11 lines
195 B
JSON
Raw Normal View History

2026-05-09 13:36:46 +08:00
{
"enabled": true,
"cronExpression": "0 19 * * *",
"description": "自动备份",
"backupType": "full",
"includeFiles": true,
"compress": true,
"maxCount": 30,
"maxAgeDays": 90
}