Dropbox ☁️ · Google Drive 📂 · USB stick 💾 · External drive 🖴 · Any folder 📁
Imagine you have a treasure chest 🧳 — your Minecraft world: your saves, your mods, your skins, everything.
This little tool copies that whole chest to another place (Dropbox, a USB, Google Drive, anywhere!).
So if your computer breaks or you get a new one, your treasure is safe and you can get it back. 🏆
Not only Dropbox — anywhere.
| Feature | What it means |
|---|---|
| 🖱️ One-click backup | Press one button and your .minecraft folder is copied. Done! |
| 📍 Backup to anywhere | Dropbox, Google Drive, OneDrive, USB drive, external disk, any folder on your PC. You pick! |
🗂️ Keeps the .minecraft folder |
Everything stays inside one neat .minecraft folder — no messy files everywhere. |
| ⏰ Schedule backups | Run backups every hour, every day, every week, or your own custom time. Set it and forget it! |
| 🔔 Popup when done | A little message tells you when the backup finished. |
| 🪟 Runs in the background | Minimize to the system tray; backups keep running on schedule. |
| 💾 Remembers your choices | Next time you open the app, your folders are already there. |
| 🖥️ Works on Windows, Mac, and Linux | Same app, any computer. |
| 📜 GUI | Amazing beautiful GUI. |
| 📜 No-GUI options too | Prefer scripts? Use the Batch file (Windows) or PowerShell script. |
Best if you like clicking buttons and seeing a window. Works on Windows, Mac, and Linux.
flowchart LR
A[🎮 Open app] --> B[📁 Pick backup folder]
B --> C[🖱️ Click Backup now]
C --> D[✅ Done!]
- Go to python.org/downloads and download Python.
- When you install, check the box that says "Add Python to PATH". ✅
- (If you're a kid, ask a grown-up to help with this step!)
- Open a terminal (or Command Prompt on Windows).
- Go to the
appfolder inside this project. - Type this and press Enter:
Wait until it says it’s done. ☕
pip install -r requirements.txt
- On Windows: Double-click
run_backup_app.bat🖱️
(or open a terminal in theappfolder and typepython main.py) - On Mac or Linux: Open a terminal in the
appfolder and type:python3 main.py
No Python needed. Just double-click and go.
- Download this project (or get the latest release).
- Double-click
Minecraft2Dropbox.bat. - If it asks to overwrite, press Y for yes.
It depends on your computer! Here’s where it usually is:
| 🖥️ Your system | 📂 Path to .minecraft |
|---|---|
| Windows | C:\Users\YourName\AppData\Roaming\.minecraft |
Tip: Press Win + R, type %APPDATA%\.minecraft, press Enter. |
|
| Mac | ~/Library/Application Support/minecraft |
| Linux | ~/.minecraft |
The GUI app fills this in for you. If your folder is somewhere else, just click Browse… and find it. 🔍
Minecraft2Dropbox/
│ ├── main.py
│ ├── window.py
│ ├── backup_worker.py
│ ├── paths.py
│ ├── requirements.txt
│ ├── run_backup_app.bat ← Double-click this on Windows!
│ └── README.md
This project is under the MIT License. See LICENSE for details.
Made with ❤️ for Minecraft players who don’t want to lose their worlds.
If you found it useful, a ⭐ on GitHub is always appreciated.