promotional banner

Backup System

Automatically backup your Minecraft worlds to Cloud with secure, scheduled uploads and easy configuration
Back to Files

BackupMod-1.0

File nameBackupMod-1.0.jar
Uploader
notch99notch99
Uploaded
Sep 2, 2025
Downloads
254
Size
10.1 MB
Mod Loaders
Forge
File ID
6956850
Type
R
Release
Supported game versions
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:backupmod-1339942:6956850")

Learn more aboutย Curse Maven

What's new

๐Ÿ—‚๏ธ Auto Backup Mod โ€“ Keep Your Worlds Safe!

Auto Backup Mod is a lightweight server-side utility that automatically backs up your Minecraft worlds to Dropbox.
Never lose progress againโ€”your builds are always safe!


๐Ÿ“– Overview

This mod runs silently in the background and:

  • Creates scheduled backups of your worlds.

  • Uploads them securely to your Dropbox account.

  • Cleans up old backups automatically.


โœจ Features

๐Ÿ”„ Automatic Backups

  • Runs every set interval (default: 30 minutes).

  • No player input required.

โ˜๏ธ Dropbox Integration

  • Secure upload to Dropbox.

  • Organized /backup folder structure.

  • Automatic cleanup of old files.

โš™๏ธ Simple Configuration

  • Clean JSON config file.

  • Hot-reload without restarting the server.

๐Ÿ›ก๏ธ Safe & Secure

  • OP-only commands.

  • Full console support.

  • Secure token handling.

๐ŸŒ Multi-World Support

  • Works with Overworld, Nether, End.

  • Add custom world folders.

  • Efficient ZIP compression.


๐Ÿš€ Setup

  1. Install the mod on your server.

  2. Start the server (config file will be generated).

  3. Edit config/autobackupmod/backup_config.json.

  4. Add your Dropbox access token.

  5. Run /backup reload.

  6. Doneโ€”automatic backups are now enabled! ๐ŸŽ‰


๐Ÿ“‹ Commands

Command Description Permission
/backup now Run an instant backup OP only
/backup status Check connection & settings OP only
/backup reload Reload configuration from file OP only

โš™๏ธ Configuration

๐Ÿ“‚ config/autobackupmod/backup_config.json

 
{ "dropboxToken": "YOUR_DROPBOX_ACCESS_TOKEN", "backupIntervalMinutes": 30, "autoBackupEnabled": true, "worldFolders": ["world", "world_nether", "world_the_end"], "dropboxBackupFolder": "/backup", "deleteLocalZipAfterUpload": true, "maxBackupsToKeep": 10 }

Options:

  • dropboxToken: Your Dropbox API token.

  • backupIntervalMinutes: Interval between backups (minimum: 1).

  • autoBackupEnabled: Enable/disable automatic backups.

  • worldFolders: World folders to include.

  • dropboxBackupFolder: Target folder in Dropbox.

  • deleteLocalZipAfterUpload: Delete local zips after upload.

  • maxBackupsToKeep: Max number of backups to keep (0 = unlimited).


๐Ÿ”„ Compatibility

Minecraft Forge Status
1.20.x 45+ โœ… Supported
1.20.1 47+ โœ… Fully tested
1.20.2 48+ โœ… Supported
1.20.3 49+ โœ… Supported
1.20.4 49+ โœ… Supported

๐Ÿ› Troubleshooting

  • Invalid Dropbox token โ†’ Double-check your token, ensure correct permissions, and reload with /backup reload.

  • No worlds found โ†’ Verify folder names in worldFolders.

  • Upload fails โ†’ Check internet connection, token permissions, and Dropbox storage space.


๐Ÿ“œ License

MIT License โ€“ free to use, modify, and share.


๐Ÿค Support & Credits

  • ๐Ÿ“Œ Report issues on GitHub

  • Built with Minecraft Forge & Dropbox Core SDK

  • Thanks to the Forge community โค๏ธ


โญ If you find this mod useful, leave a star or review!
๐Ÿ’– Support development to unlock more features.


 

This mod has no related projects