Skip to content

A Backup Script for Server-side Plugins of Minecraft Server

License

Notifications You must be signed in to change notification settings

OblivionOcean/MCServerBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCServerBackup

Utility

It can be used to collect changed files in a directory during a period by scanning the changed files and copying them into a zip file in "./backup".

Currently, it is used in Minecraft Servers for sensing the changing chunk files in Minecraft worlds.

Usage

python main.py [directory] [period] [type]
  • [directory] should be a relative or absolute path for the directory you want to backup for.
  • [period] should be an integer, which is the time between each snapshot in seconds.
  • [type] should be chosen from zip or tar

Example

python main.py ./test 20 tar

About

A Backup Script for Server-side Plugins of Minecraft Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages