Gitformat for backups
Modby Aroma1997
This mod allows you to store your backups in a local git repository saving a lot of disk space.
Type
Mod
CurseForge Downloads
39,123
CurseForge ID
303580
Last Updated
Jun 14, 2026
Description
For more in-depth discussions, there is a discord-server available.
This mod allows you to store your backups from your world in a local git repository. This saves a lot of disk space when having lots of backups of the same world.
Even though this uses git as the backend, this does not mean, that you can use github or similar to store your backups.
Please note: In addition to installing this mod, you have to enable it in the config file of the backup mod. To do that, you need to:
- Open the config/aroma1997/aromabackup.cfg file.
- set the value of "compressionType" to "git". The line should then look like:
S:compressionType=git
- Set the value of incrementalBackupsToCreate to something like 100, so it actually uses the git system for backups:
I:incrementalBackupsToCreate=100
- Set the value of incrementalBackupsToKeep to something larger like 1000, because with the gitformat, deleting an incremental backup will delete all backups in the repository the backup is in. This value needs to be greater than the value of the above option:
I:incrementalBackupsToKeep=1000
If you applied all changes, all backups will be created and restored from the local git repository.
Similar Mods
Wizardry - Fates
A small addon for Electroblob's Wizardry which forces players to specialize on using one magical Element.
LR's Dynamic Dungeon
Explore randomized dungeons in this rogue-like dimension, featuring various biomes, difficulty configuration, and reward...
project-1207445
A "mini F3" HUD mod, also with various overlays like light level, spawn chunks, slime chunks etc.
Flower Tweaks
Adds the ability to craft and crossbread for flowers and grass
Tinkers' JSON Things
Addon to Tinkers' Construct that contains no Java code, serving as a fully playable example low code addon. Contains man...
Dimension Teleport
Adds an interdimensional teleport command.