Tyrsis / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
23 stars 11 forks source link

Add backup support #3

Closed biouxtai closed 9 years ago

biouxtai commented 9 years ago

To facilitate recovery of a crashed world after something goes wrong, fixes from griefers, or recovering after making tragic mistakes, please add a backup option that will asynchronously copy the world save to a backup location. The copy should be timestamped and compressed. Alongside the backup checkbox (it is an option rather than a requirement) there should be a field that lets admins specify how many backups to keep. The backup should fire after the save reports that it is finished.

Thanks!

generalwrex commented 9 years ago

you can use the Essentials Plugin for backups

https://github.com/Tyrsis/EssentialsPlugin

You can request features or report problems in the issues section :)

biouxtai commented 9 years ago

I'll look into it. The last time I had it installed it was crashing on world load.

generalwrex commented 9 years ago

Remember to put up your logs on pastebin.com and post them in the issues section for it, if you are having issues with the plugin.

biouxtai commented 9 years ago

Will do. I am looking at the essentials plugin and will post some enhancement requests there. Great work on this guys, it really makes SE more fun.