Save interval not working correctlySuggestion

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.

Could someone delete this for me, It appears my issue extends further then this plugin when I search for more on "

Invalidate Network Cache took 0.00 seconds
Saved 1,103 ents, cache(0.01), write(0.00), disk(0.00).
Saving complete"

If my server isn't saving properly this plugin can't do it's job, will look into why.


Merged post

Alright I'm back, still having issues with this plugin. New server, no plugins but savemymap, I still get "Invalidate Network Cache took 0.00 seconds" when I save the server manually but I see the map.sav updating each time I run "save".

The first 5 saves were perfect, 5 miniute difference of each other. After the 5th save, it only seems to update save 0 and save 1 and after a while save 2.

It's still saving on time but the oldest saves aren't being recycled for the next in line.

how often dues the servers restart?(if u have discord add me for faster responses un boxing man#2004)

We use to restart every 24 hours, as of right now our servers restart ever 3 days or so. My current config is:

{
  "Settings": {
    "allowOutOfDateSaves": false,
    "callOnServerSave": false,
    "delayCallOnServerSave": 3,
    "enableLoadOverride": false,
    "numberOfSaves": 8,
    "onServerSaveUseCoroutine": true,
    "saveAfterLoadFile": false,
    "saveCustomAfter": 0,
    "saveInterval": 600,
    "SaveToOxideData": true
  }
}​

and while not saving the time interval at least it's keeping these updated better:


I've found you can't go past 8 saves, anything more will never update but these rotate out but it takes hours. Only the first and second save are kept 10 min apart every time.

I'll add you today, I just wanted to share incase someone else might be having a similar issue.

from my server i see that restarting the server/unloading the plugin resets what folder it was on

Hi,

Now is this plugin working properly?

it has worked