Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Server-side
Client and server
Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last week
ChronoVault
ChronoVault is a incremental backup mod for Minecraft worlds with deduplication and compression
Content-Addressable Storage
Unlike traditional backup tools that copy entire worlds, ChronoVault uses content-addressable storage (CAS):
How It Works:
- Each 512ร512 chunk is hashed with BLAKE3
- Chunks are stored by their hash, not by filename
- Zstd compression is applied to each chunk individually
- A snapshot manifest records which chunks existed at that point in time
Storage Efficiency:
- Incremental saves โ Only modified chunks consume new storage
- Cross-snapshot deduplication โ Identical chunks are stored once, shared by all snapshots
- Per-world isolation โ Each world's objects are stored separately
Features
- Async backups โ Non-blocking, runs while you play
- In-game GUI โ Browse and restore snapshots without leaving the game
- Auto backup โ Schedule automatic snapshots
- Safe restoration โ Restores to a new world; original is untouched
Commands
/chronovault backup [description]โ Create snapshot/chronovault list [world]โ List all snapshots/chronovault info <id>โ Snapshot details/chronovault restore <id> [name]โ Restore to new world
How to Restore (GUI)
- Open the Edit World screen (click "Edit" on a world in the world list)
- Click "Restore Backups" button
- Select a snapshot from the list
- Confirm restoration
- A new world is created with the restored data

