1
N.A.N.Y. 2014 / NANY 2014 Submission: Minecraft Mod ServerGitBackup
« on: December 03, 2013, 01:28 PM »NANY 2014 Entry Information
Application Name | ServerGitBackup |
Version | 1.0 |
Short Description | Allows backing up of a Minecraft server to a git repository using in game commands |
Supported OSes | Windows, Linux, MacOS |
Web Page | https://bitbucket.or...rgitbackup/wiki/Home |
Download Link | https://bitbucket.or...rgitbackup/downloads |
System Requirements |
|
Version History |
|
Author | hollowlife1987 |
Description
This mod allows Minecraft server administrators access to backup their server through easy in game commands
I needed this mod since at first I was just going to use a shell script while I was able to get it working on Linux I could not so on Windows
So I decided I would make my first Minecraft mod to do what I needed it to do.
I know git is not the best solution for this problem and I'm all ears for better solutions.
Features
- Initialization of a git repository
- Manual backup to git repository
- Hourly backup to a git repository
Planned Features
Other methods of backup.
Usage
Installation
After forge is installed on server copy .jar to mods folder
Using the Application
Use the command
Code: Text [Select]
- /sgb init
Code: Text [Select]
- /sgb autobackup on
Uninstallation
Delete the jar from the mods folder.
Tips
This is my first mod so expect some bugs
Known Issues
Sometimes the first backup must be created using git out of game. No .gitignore file just the following commands
Code: Text [Select]
- git add -A
- git commit -m "First backup"