-
Notifications
You must be signed in to change notification settings - Fork 135
Backup
World Downloader automatically creates a backup of the downloaded copy of a world as soon as it stops downloading. You can configure the way this works using the backup GUI.
By default, when you stop downloading and saving is finished, the entire world is backed up as a zip folder, located in the saves folder. You can also have it copy the world folder completely, or just not make a backup.
Note that zip backups are not playable in-game, while world folder backups are playable in game (but if you play in it, the backup is no longer as it was). You can manually unzip the zip backup if you want to play it in-game.
Beware that each backup is a full backup - neither are incremental backups. As the world gets larger, your backups will get larger as well. This is exacerbated if you have multiple dimensions in the same world - saving each dimension creates a full backup. This can be avoided by creating separate multiworld worlds for each dimension.
If you do disable automatic backups, remember that you can manually create a backup by opening the world folder (located in %appdata%\.minecraft\saves
) and manually zipping the world. You can also clear out old backups there if you want.
Resources:
- Official forum thread for the World Downloader mod for Minecraft 1.16.1, 1.15.2, 1.14.4, 1.13.2, 1.12.2, 1.11.2, 1.10.2, 1.9.4, and 1.8.9
- Wiki index
- Issue tracker
World Downloader is licensed under the MMPLv2.
Various screens that are used in the mod
- Backup GUI
- Entities GUI
- Generator options GUI
- Messages GUI
- Multiworld GUIs
- Player overrides GUI
- World overrides GUI
Information on how World Downloader achieves various things, both technically and practically