Shevchik / AutoSaveWorld

Bukkit plugin that provides advanced bukkit server management capabilities. Supports automatic saves, backups, stale data purge, plugin management, and more.
GNU General Public License v3.0
35 stars 36 forks source link

No backup if server restarts before #2

Closed Mastergalen closed 11 years ago

Mastergalen commented 11 years ago

I have rtoolkit installed, which restarts the server every 5 hours.

I then have ASW set to back the map up every 24 hours.

It seems that when the server restarts, the counter is reset back to 0 hours, so that a backup never runs.

Shevchik commented 11 years ago

I know that, you can use AutoConsoleCommand to schedule backup at fixed time.

Maybe i will fix that, but that is a low priority bug.

Mastergalen commented 11 years ago

Ah, nice tip, thanks.