Simple Backups

A simple async world backup mod for neoforge which is compactible with sable (create & addons + aeronautics) c2me, scalableLux

by
107 Downloads
neoforgemanagementutility
Rent Server with this Mod

About this Mod

World Backup

Simple, reliable world backups at the press of a key — or the tip of a command.

Ever had your world corrupted by a rogue mod, a power outage, or just a bad decision with WorldEdit? World Backup lets you create instant, compressed zip backups of your entire world folder with a single command. Backups run asynchronously so your server never freezes, and automatic rotation keeps your disk from filling up.


✨ Features

  • Instant backups — Create a full .zip backup of your world with /backup <name>
  • Non-blocking — Backups run on a separate thread; your server stays responsive
  • Automatic rotation — Old backups are pruned automatically based on a configurable limit
  • Configurable — Set your backup limit via command or JSON config file
  • Safe by default — Name validation prevents path traversal attacks
  • Conflict-friendly — Copies your world to a temp directory first, then zips from the clean copy. Files locked by other mods (Sable, etc.) are retried automatically with increasing backoff.
  • Server-wide broadcast — All players see backup progress and completion messages

📋 Commands

Command Description
/backup <name> Creates a timestamped zip backup with the given name
/backuplimit <number> Sets the maximum number of backups to keep (1–1000)

Examples:

/backup before-portal          →  before-portal_2025-06-03_21-30-00.zip
/backup vanilla-test           →  vanilla-test_2025-06-03_21-31-15.zip
/backuplimit 25                →  Sets the rotation limit to 25 backups

All players can use these commands by default — no operator permissions required.


⚙️ Configuration

The backup limit is stored in backup/backup_config.json inside your server directory. It is created automatically on first use and can be edited directly:

{
  "backupLimit": 10
}

The limit can also be changed in-game with /backuplimit <number>.


📁 Where are backups stored?

Backups are saved to the backup/ folder inside your server directory (next to your world folders). Each backup is a compressed .zip file named in the format:

<name>_<YYYY-MM-DD_HH-mm-ss>.zip

🔄 Compatibility

World Backup is designed to coexist peacefully with other mods:

  • Sable — Fully compatible. World files are copied to a temporary directory before zipping, so Sable's file locks don't interfere. Retried up to 5 times with increasing backoff.
  • Ice and Fire, Dread Land, and other dimension mods — All sub-levels and custom dimensions are backed up.
  • Any file-locking mod — The copy-first strategy combined with retry logic handles files locked by other mods without skipping data.
  • Any world type — Works with vanilla, modded, and custom world formats.

🛠 Technical Details

  • Copy-first strategy — World folder is copied to a temp directory using Files.copy (path-to-path), which on Windows uses the CopyFileEx API to handle locked files
  • Backups flush all chunks to disk before copying (saveAllChunks)
  • Asynchronous execution via CompletableFuture — no server tick lag
  • Automatic retry with backoff (up to 5 attempts) for temporarily locked files
  • Temp directory is cleaned up automatically after backup completes (even on failure)
  • Backup rotation deletes the oldest files first by modification time
  • Safe filename validation: only letters, numbers, hyphens, and underscores allowed

📦 Installation

  1. Install NeoForge for Minecraft 1.21.1+
  2. Drop worldbackup-1.0.0.jar into your mods/ folder
  3. Start the server — backups are ready to go

No configuration needed to get started. Just /backup my-backup and you're set.

Available Versions

Simple Backups 1.0.0release
MC 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11neoforge
June 4, 2026

How to Install Simple Backups on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set neoforge Loader

In the panel under "Egg", select the neoforge loader and matching Minecraft version (1.21.11).

3

Install Mod

Open the mod browser in the dashboard and search for "Simple Backups". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

neoforge

Minecraft Versions

1.21.11, 1.21.10, 1.21.9 (+8 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Simple Backups server crashes on startup – what to do?

Most common cause: wrong neoforge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.

Is Simple Backups compatible with neoforge?

Simple Backups officially supports neoforge for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Simple Backups – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Simple Backups consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Simple Backups with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Required

Supported Versions

1.21.111.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.2+1 more