Skip to content

Scripts to assist running a LGSM dedicated server

Notifications You must be signed in to change notification settings

irobot73/Game_Servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Palworld

Scripts to assist running a dedicated (Windows) Palworld server

LGSM

Scripts to assist running LGSM dedicated servers

Back-Up

HERE

  • Back-up script that can be scheduled via CRON.

    NOTE: Each LGSM server I run has it's own set of EXCLUDE/INCLUDE files. Each backup is as small & COMPLETE as possible

    CRON Example:

    ## https://crontab.guru/ [to create/verify]
    #
    ## Every SUN @ 00:00 - Make sure to create [TOUCH] before using via redirect
    0 0 * * 0 /usr/bin/truncate --size 0 /data/log/crontab.log
    ## Every 30-mins past every 6th hour [00:30, 06:30, 12:30, 18:30] & log to 'crontab.log'
    30 */6 * * * /data/my_backup.sh >> /data/log/crontab.log 2>&1
    

Weekly Refresh

HERE

  • Player tracker and log cleaner script that can be scheduled via CRON.

Discord

Come test 'em out:

About

Scripts to assist running a LGSM dedicated server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published