Setup/Configuration

Configuration

Configuration is located at the top of each file. You can edit this file in any UTF-8-compatible text editor.


backup-hourly.sh

MINECRAFTBACKUPDIR
This is the full filepath of the directory you want all of your Bukkit server backups to be stored in. Do not include the trailing backslash.
MINECRAFTSERVERDIR
This is the full filepath of your Bukkit server directory. Do not include the trailing backslash.

backup-daily.sh

BACKUPSQL
Whether or not to back up your MySQL database. Enter "YES" to back it up, otherwise leave this option blank.
KEEPOLDSQL
Whether or not to keep old MySQL backups. If "YES", compressed backups are never deleted. If "NO", only the latest compressed backup is stored.
SQLDATABASE
The name of the MySQL database you want to back up.
SQLDATABASEPW
The password of the MySQL user you're connecting as.
SQLDATABASEUSER
The username of the MySQL user you're connecting as.
SQLDATABASEHOST
The MySQL server's hostname. Do not include any URL protocols (http://, etc.) or backslashes in your hostname.
MINECRAFTBACKUPDIR
This is the full filepath of the directory you want all of your Bukkit server backups to be stored in. Do not include the trailing backslash.
SQLBACKUPDIR
This is the full filepath of the directory you want all of your MySQL backups to be stored in. Do not include the trailing backslash.
MINECRAFTTIMESTAMPFORMAT
The GNU 'date' formatting you want included in your compressed Minecraft backup's file name. Do not include any backslashes or other reserved characters.
MINECRAFTBACUPFILENAME
The prefix to the timestamp you want included in your compressed Minecraft backup's file name. Do not include any backslashes or other reserved characters.
SQLTIMESTAMPFORMAT
The GNU 'date' formatting you want included in your compressed MySQL backup's file name. Do not include any backslashes or other reserved characters.
MINECRAFTBACUPFILENAME
The prefix to the timestamp you want included in your compressed MySQL backup's file name. Do not include any backslashes or other reserved characters.

continuity.sh

STARTSCRIPTPATH
The full filepath to your Minecraft server start script.