I have a few servers with this setup and have been experaincing odd backup behiavor with this plugin.
Here's my first server's config, I have savemymap setup to save every 10 miniutes and every game save(600), with 10min saves 6 would be an hour worth of back ups so 24 should be 4 hours worth of back logs.
{
"Settings": {
"allowOutOfDateSaves": false,
"callOnServerSave": true,
"delayCallOnServerSave": 3,
"enableLoadOverride": true,
"numberOfSaves": 24,
"onServerSaveUseCoroutine": true,
"saveAfterLoadFile": true,
"saveCustomAfter": 0,
"saveInterval": 600,
"SaveToOxideData": true
}
}
It doesn't work like it should, it'll save the first 10 miniute and then skip/lag out and become days old while never updating further.
My second server is set to save every 5 miniutes, savemymap set to every 10, set to save every other game save, and only holding 2 hours worth of back ups:
{
"Settings": {
"allowOutOfDateSaves": false,
"callOnServerSave": true,
"delayCallOnServerSave": 3,
"enableLoadOverride": true,
"numberOfSaves": 12,
"onServerSaveUseCoroutine": true,
"saveAfterLoadFile": true,
"saveCustomAfter": 1,
"saveInterval": 600,
"SaveToOxideData": true
}
}
Shouldn't the backups be 7:38 7:28 7:18 7:08 and so on, not 7:38 7:08 6:28 5:48 like it's behaving.
Thank you.

