Releases: GameServerManagers/LinuxGSM
Releases · GameServerManagers/LinuxGSM
161113.2
161113.1
161113
Release/161113 (#1185) * Fixes #991 (#1165) * stbuf will no longer be used on x64 #991 * Added BF1942 ncurses requirement to CentOS * adding Call of Duty (#1118) * adding Call of Duty 2 (#1127) * Improvements up command_backup.sh added backup trap and improved lockfile support changes to the messages displayed on screen renamed some functions other misc changes
161030
- 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.