Wiki
Clone wikiServerGitBackup / Home
Introduction
This mod provides an automated and on demand backup of the Minecraft server using git.
It has been tested and works with Minecraft 1.6.2 and Minecraft 1.6.4
It was built using Minecraft forge version 9.11.1.953
Prerequisites
- Minecraft
- Minecraft forge
- Git
Minecraft
Minecraft forge
Git for Windows
Git for MacOS
Git for Linux
Please ensure that git is in your PATH environment variable.
Installation
To install this mod simply put the .jar file in your mods folder.
You will also need to initialize a new git repository in your server's main folder. (The folder that contains the Minecraft forge .jar)
You can use the following command while the server is running
/sgb init
Usage
To use the mod while the game is running, simply type the command
/sgb autobackup on
To revert to an old backup stop the server and use git to revert to a backup at a previous time.
Commands
/sgb init
/sgb backup
/sgb autobackup on
/sgb autobackp off
Updated