Skip to content

161030

Compare
Choose a tag to compare
@dgibbs64 dgibbs64 released this 30 Oct 22:47
· 3916 commits to master since this release
  • 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.