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

11 lines
195 B
JSON

{
"enabled": true,
"cronExpression": "0 19 * * *",
"description": "自动备份",
"backupType": "full",
"includeFiles": true,
"compress": true,
"maxCount": 30,
"maxAgeDays": 90
}