This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# original author : Relliktsohg | |
# Huge thanks to Maine for his incremental backup | |
# Thanks to endofzero for his improved update routine | |
# | |
# Installation: | |
# - Copy script into you minecraft server folder. | |
# - Allow the script to be executed (chmod +x minecraft.sh) | |
# - Check the rights of the script user. Every folder specified in config has to be available. | |
# - Edit the script to configure it (see configure section) |