Back to mods
Just Enough Backups (JEB) project artwork

CurseForge · Minecraft mod

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.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Just Enough Backups (JEB) release should I use?

Updated 12 days ago
Latest stable file justenoughbackups-1.2.0.3+26.2.jar
Game version 26.2
Loader Fabric

Just Enough Backups (JEB) justenoughbackups-1.2.0.3+26.2.jar targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is Just Enough Backups (JEB) required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Just Enough Backups (JEB) justenoughbackups-1.2.0.3+26.2.jar need?

justenoughbackups-1.2.0.3+26.2.jar. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

2 listed on this file 1 pulled in by one of those mods
Mod Menu Optional for Just Enough Backups (JEB) justenoughbackups-1.2.0.3+26.2.jar
optional
Matching file found Matched file: v20.0.1 for 26.2
Fabric API Needed by Just Enough Backups (JEB) justenoughbackups-1.2.0.3+26.2.jar
required
Matching file found Matched file: [26.2] Fabric API 0.158.0+26.2
Text Placeholder API Needed by Mod Menu
pulled in
Matching file found Matched file: placeholder-api-3.1.0-beta.1+26.2.jar

1 extra mod was pulled in by another dependency. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Just Enough Backups (JEB) without breaking your instance.

Built for Just Enough Backups (JEB) justenoughbackups-1.2.0.3+26.2.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use justenoughbackups-1.2.0.3+26.2.jar. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup. 1 comes through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside justenoughbackups-1.2.0.3+26.2.jar. It opens that exact file at the source.

About this project

What does Just Enough Backups (JEB) add?

Just Enough Backups Banner

Just Enough Backups is a Fabric mod that adds server-side world backups with a usable in-game workflow.

It supports:

  • full, partial, and differential backups
  • manual backups through commands and UI
  • automatic scheduled backups
  • configurable public backup/restore announcements
  • retention by backup count
  • retention by total backup size per world
  • restore preparation from the backup browser
  • a configurable client HUD popup with live preview
  • parallel (multi-threaded) scanning, compression, and restore extraction
  • optional Mod Menu integration

The mod is designed to keep the actual backup logic on the server side while exposing management and configuration through a client UI.

Features

Backup types

  • Full: stores a complete snapshot of the world.
  • Partial: stores changes relative to a base backup.
  • Differential: stores changes relative to a base backup, while keeping a separate retention bucket from partial backups.

Dependencies between backups are tracked. Retention and delete operations respect those dependencies, so required base backups are preserved when newer partial or differential backups still depend on them.

Automatic backups

Automatic backups are driven by per-type schedulers (FULL, DIFFERENTIAL, PARTIAL) and can be configured to:

  • run independently based on configured intervals for each backup type
  • send optional public warning before an automatic backup starts
  • pause when no players have been online since the last backup
  • run on server start
  • run on server stop

Public announcements can be sent to chat, sent to the action bar, or disabled.

Retention policy

Retention can be configured in two ways at the same time:

  • count-based retention
    • keep the newest X full backups
    • keep the newest X partial backups
    • keep the newest X differential backups
  • size cap per world
    • optional hard cap for the total size of a world's backup folder
    • applied to the final published backup set
    • respects dependency chains

If a new backup would exceed the configured space cap even after deleting every backup that is allowed to be removed, creation fails instead of publishing an invalid final state.

Performance: parallel processing

Backups and restores use multiple worker threads to speed up large worlds:

  • scanning / hashing: the world snapshot scan runs across threadCount threads (up to one per CPU core), reading and hashing files in parallel
  • compression: the ZIP archive is written with parallel compression
  • restore extraction: backup ZIP files are extracted across threadCount threads

The number of threads is controlled by threadCount in the config and can be set between 1 and the maximum number of CPU threads (default: CPU cores minus two). Lower values reduce CPU usage; higher values speed up large worlds.

Backup management UI

The backup browser includes:

  • refresh
  • create backup
  • rename backup
  • delete backup
  • restore backup
  • dependency-aware inline details
  • search/filtering

Manual backup creation supports a custom file name from both the command line and the UI.

Config UI and popup preview

The config screen exposes:

  • backup mode and scheduler options
  • retention rules
  • permission level
  • integrity mode
  • backup directory and temporary backup directory
  • excluded paths
  • popup text, colors, channels, and layout

The popup preview screen lets you move and preview the HUD state before saving.

On a dedicated server the config screen is client-side only: it shows the HUD and Preview tabs (which apply locally to the popup), and server settings are edited on the server's config/justenoughbackups.json file followed by /jeb config reload. In single-player the whole config is shared and editable from the screen.

Commands

The root command is:

/jeb

Available commands:

/jeb now
/jeb now <name>

/jeb create full
/jeb create full <name>
/jeb create partial
/jeb create partial <name>
/jeb create differential
/jeb create differential <name>

/jeb list
/jeb next
/jeb restore <backup>
/jeb config reload

Notes:

  • <name> is optional and becomes the real .zip file name after sanitization.
  • <backup> is the visible backup name, with or without the .zip suffix. Tab completion suggests the visible name.
  • restore is prepared asynchronously and then the server shuts down so the restore can be applied safely on the next startup.
  • /jeb next displays a multi-schedule summary showing remaining times and exact execution timestamps for all configured backup types, sorted by proximity.
  • command access follows the configured permission level.

Default keybindings

Client-side keybindings:

  • B: open backup management
  • N: open config screen

These are regular Minecraft keybindings and can be changed in Controls.

Configuration

The mod writes its config file to:

config/justenoughbackups.json

Main config areas:

  • backupMode
  • automaticBackupsEnabled
  • pauseAutomaticBackupsWithoutPlayers
  • backupOnServerStart
  • backupOnServerStop
  • automaticIntervalMinutes
  • automaticBackupWarningEnabled
  • automaticBackupWarningMinutes
  • commandPermissionLevel
  • messageChannel
  • integrityMode
  • minimumFreeSpaceReserveMb
  • threadCount
  • backupDirectory
  • tempBackupDirectory
  • excludedPaths
  • retention
    • full
    • incremental
    • differential
    • maxTotalSizeMb
  • popup

backupDirectory may be relative to the game directory or an absolute path.

tempBackupDirectory controls where the backup ZIP is compressed before being moved into backupDirectory. It may be relative to the game directory or an absolute path. Leave it empty to compress inside the backup directory (default). Pointing it at a local drive is recommended when backups are stored on a slow or networked drive, since only the finished ZIP is then transferred to the backup location.

excludedPaths uses paths relative to the world root. A folder entry excludes that full subtree, while a file entry excludes only that specific file.

threadCount controls parallel scanning, compression, and restore extraction, and is clamped between 1 and the number of CPU threads.

Examples:

voxy
voxy/cache.db

Before creating a backup, the mod also checks free disk space on the backup destination filesystem. The check is conservative and requires:

(current world size * 2) + minimumFreeSpaceReserveMb

If that space is not available, backup creation is aborted before the temporary ZIP is written.

Backup naming

Manual backups support custom names:

  • from commands: /jeb now My backup
  • from the create dialog in the backup UI

If no custom name is provided, the mod uses the automatic naming scheme based on type and timestamp.

Rename uses the same sanitization rules as manual creation to keep naming behavior consistent.

License

This project is licensed under the MIT License.

Project description from CurseForge.

Pick your setup

Just Enough Backups (JEB) by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

16 available setups

Showing the newest 12 of 16 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Just Enough Backups (JEB) versions and loaders

22 of 22 releases match

Looking for an older file? The official CurseForge project page is in Resources.