Restoring Backups
Before restoring or modifying backup files, please ensure your service is switched off to avoid any missing data/ corruption.
There are two ways to restore backups by using CreeperPanel. The first method uses the CreeperPanel's inbuilt backup function, and automates the restoration; the second method is done manually.
Restoring a Backup via the Panel
Restoring a backup created by mods such as FBTU (Feed the Beast Utilities), or Aroma1997's Backup, is a simple process using the CreeperPanel. To begin, navigate to the instance you wish to restore a backup for. Then, navigate to Worlds & Backups
under the Administration
tab. From there, select the Backup
button to the right of the instance.
On the next screen, you can choose to either download your backup or restore it. Select Restore
.
You will be presented with a window asking if you want to confirm the restoration. Click restore, and the Panel will overwrite your current world for that instance with the backup you have chosen. When the backup is complete, you will be returned to the Worlds & Backups
tab for the selected instance.
You can now turn your server back on, and connect to it as usual.
Manually restoring a Backup
To manually restore a backup, navigate to your selected instance, then Files
under the Settings
tab.
-
Visit your instances Console page - Make sure the server is shut down via the red stop button on the right.
-
Click on the Files, since you were on the console you'll now be loaded into the installation directory for that Minecraft instance.
-
Right-click on your current /worldname/ folder and rename or delete it (make sure you have backups before deleting!) - We want to replace it, not overwrite it.
-
Open the /backups/ directory, find the backup you want to use (The backups are named as follows: Year-Month-Day-Hour-Minute-Second, the most recent backup is usually the last one listed in the directory: Filename formats may vary depending on the mod or mod version). If it is a .zip file, right-click > Extract to extract the files from the backup.
-
Open the directory that matches the name of the backup that you just extracted then right-click on the world folder and select Move. In the window that opens click on the topmost folder then click confirm.
-
Start the server via the green start button on the right side of the Console page - You're done!
Backup configuration (FTBU):
The FTBU backup configuration file is located in /configs/ftbutilities.cfg. FTBU configurations for ranks etc, are stored within /local/ftbu/*
Note: /local/ftbutilities/ may show as /local/ftbu/ depending on mod version, and, older versions store the 'master configuration' in the /local/ftbu/, it can be accessed via the instances Files menu or sFTP (see Installation Location ).
backups {
# Timer in hours
# 1.0 - backups every hour
# 6.0 - backups every 6 hours
# 0.5 - backups every 30 minutes
# Min: 0.05
# Max: 600.0
D: backup_timer=2.0
# The number of backup files to keep
# More backups = more space used
# 0 - Infinite
# Min: 0
# Max: 32000
I: backups_to_keep=12
# 0 - Disabled (output = folders)
# 1 - Best speed
# 9 - Smallest file size
# Min: 0
# Max: 9
I: compression_level=1
# Prints (current size | total size) when backup is done
B: display_file_size=true
B: enabled=true
# Absolute path to backups folder
S: folder=
B: silent=false
# Run backup in a separated Thread (recommended)
B: use_separate_thread=true
}
Reducing "backups_to_keep" is recommended if:
-
You have a very large world, as you can quickly fill your SSD disk space.
-
You use our own backup system (Service > Backups menu) - This system will backup the entire Minecraft installation directory, you can easily end up exceeding your SSD disk space limit as the backup will backup FTBU's backups too. Backup inception!
If you reduce the backups_to_keep (3~6), it is also recommended to increase the backup_timer to 6.0, 12.0 or 24.0. This spreads out the backups over a larger time range, and allows easier management of your backups by making sure they are easily discernible by their time stamps.