Just Enough Backups (JEB)

Backup mod that keeps your worlds safe with automatic and manual backups, with an easy in-game UI to create, manage, and restore them.
Back to Files

justenoughbackups-1.2.0.4+26.2.jar

File namejustenoughbackups-1.2.0.4+26.2.jar
Uploader
frandm16frandm16
Uploaded
Sep 2, 2026
Downloads
110
Size
1.4 MB
Mod Loaders
Fabric
File ID
8794157
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:just-enough-backups-1539945:8794157"

Learn more about Curse Maven

What's new

Added

  • New config option excludeSafetyBackupsFromIncremental (default: false) to exclude "Old_World restore" safety backups from being used as base for incremental/differential backups.

Fixed

  • Safety backup flag (isSafetyBackup) is now properly written and persisted into the backup manifest on disk during restores.
  • Requesting an incremental or differential backup when no base backup exists now directly generates the base FULL backup instead of also creating an empty 0-byte backup.
  • Partial backups now correctly calculate file changes after a restore: removed modifiedTime from content comparison.
  • Partial and differential backups now calculate SHA-256 hashes for all files (not just FULL backups), ensuring consistent content comparison across the entire backup chain. This fixes a bug where creating a partial/differential backup after restoring could include or exclude files incorrectly due to inconsistent hash detection between backup types.