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

10 lines
194 B
JSON
Raw Normal View History

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