Files
yunrui_asset/backend/config/remote-backup-configs.json.example
T

12 lines
205 B
JSON
Raw Normal View History

2026-05-09 13:36:46 +08:00
{
"targets": [],
"globalSettings": {
"enabled": false,
"uploadAfterBackup": false,
"deleteLocalAfterUpload": false,
"retryCount": 3,
"retryDelay": 5000,
"timeout": 300000
}
}