Skip to content

python script to run and backup minecraft server

Notifications You must be signed in to change notification settings

xangma/mcbackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

mcbackup

python script to run and backup minecraft server

Some other notes:

  • Lines 38 and 39 are where the maximum number of backups can be set. Currently it's set at 24. When it saves a new one it gets rid of the oldest one.

  • As for Task Scheduling thing, I back up to a mapped network drive which is apparently difficult with the Task Scheduler. You have to use UNC paths (\sharename\folder) and ...

Set the action to be start a program: C:\Windows\System32\cmd.exe

with the arguments:

/c C:\Pathtopython\python.exe C:\pathtoscript\mcbackup.py

starting in:

C:\pathtoserverfolder\

This setup allows the backups to be put on a network drive.

About

python script to run and backup minecraft server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages