Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
šļø 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
Install the mod on your server.
Start the server (config file will be generated).
Edit config/autobackupmod/backup_config.json.
Add your Dropbox access token.
Run /backup reload.
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.



