Skip to content

Releases: GameServerManagers/LinuxGSM

161030

30 Oct 22:47
Compare
Choose a tag to compare
  • Updated backup feature
    Backup is now automated. Allowing you to set a cronjob to backup at a set time automaticly. backups will also auto prune themselves so your server does not run out of space. The settings can be changed in the ./gamserver script (make sure you update this).
## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup
maxbackups="4"
maxbackupdays="30"
stoponbackup="on"

Thanks to @UltimateByte

  • All ./gameserver script files have a new look to make us even easier to understand the setting.
  • A bunch of various fixes.