4e73778920
- Backups now have a cooldown, default of 30 seconds - Backups now have a lock, in the event of a TOC/TOU race condition, the lock will stop duplicate backups
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"enabled": true,
|
|
"maxBackups": 15,
|
|
"backupCooldown": 30,
|
|
"directory": "./user/profiles/backups",
|
|
"backupInterval": {
|
|
"enabled": false,
|
|
"intervalMinutes": 120
|
|
}
|
|
}
|