MinecraftServerControl / mscs

Powerful command-line control for UNIX and Linux powered Minecraft servers
https://minecraftservercontrol.github.io
BSD 2-Clause "Simplified" License
490 stars 61 forks source link

automate loading world into ramdisk #224

Closed m4lfuncti0n closed 5 years ago

m4lfuncti0n commented 5 years ago

automate enabling/disabling running the server on a RAM disk (similar to how msm used to). should also dump the world periodically back to disk in case of unexpected events (power loss, system crashes etc).

zanix commented 5 years ago

Check out the options in the readme for Adjusting global server properties The options mscs-enable-mirror and mscs-mirror-path as well as their "default" counterparts can be enabled for this exact feature. Then you will want to use the sync command (See Command reference) to periodically sync to disk probably using a cron job.

sandain commented 5 years ago

@m4lfuncti0n, are the mscs-enable-mirror and mscs-mirror-path options and the sync command enough to get you what you need? Otherwise, please describe the missing feature in a little more detail.

sandain commented 5 years ago

Since I we haven't heard back, I'm going to assume that @m4lfuncti0n is happy with the features already in place for loading and syncing a world server to a ramdisk, and close this issue.