Files
SPT-Server-Build/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/backup.json
T
DrakiaXYZ 4e73778920 Fix multiple backups running at once
- 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
2025-10-26 10:17:26 -07:00

11 lines
184 B
JSON

{
"enabled": true,
"maxBackups": 15,
"backupCooldown": 30,
"directory": "./user/profiles/backups",
"backupInterval": {
"enabled": false,
"intervalMinutes": 120
}
}