Auto Backup Manager

Quick rating

Auto Backup Manager

No reviews yet

a highly optimized, easy-to-use automatic backup utility for Minecraft designed to protect your worlds without the lag, unlike traditional backup that blindly zip entire massive world folder (causing huge lag spikes and eating up your hard drive)

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
backup_manager_k-1.0.0-1.20.1.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

🛡️ Backup Manager

Smart & Lightweight World Backups!

Are you terrified of losing your progress to world corruption, sudden crashes, or bad mod interactions? Backup Manager is a highly optimized, easy-to-use automatic backup utility for Minecraft designed to protect your worlds without the lag!

Unlike traditional backup mods that blindly zip your entire massive world folder (causing huge lag spikes and eating up your hard drive), Backup Manager operates on a Smart Chunk Tracking system. It intelligently monitors where players are exploring and only backs up the region files that have been loaded or modified! Whether you are playing locally or running a Dedicated Server, this mod silently works in the background on a separate thread, ensuring your gameplay remains butter-smooth while keeping your world safe.

📖 Quick Start Guide & Tutorial

Using Backup Manager is incredibly simple, and it works flawlessly right out of the box!

Installation: Drop the mod into your mods folder. First Launch: Start your game. The mod will automatically create a Backup Manager folder inside your config directory. Playing the Game: Just play! Every 10 minutes (configurable), the mod will automatically trigger an "Auto-Backup" in the background. You'll see a sleek, non-intrusive Toast notification on your screen showing the backup progress. Closing the Game: When you save and quit to the Title Screen (or safely stop your dedicated server), the mod will perform a Session Backup, safely storing your final progress and automatically cleaning up the temporary auto-backups to save massive amounts of disk space! Configuring: Open the API Screen in the title or options screen to tweak your backup intervals, toggle debug logging, or disable the toasts entirely.

✨ Core Features

Behind the scenes, the mod is packed with features designed to be as lightweight and efficient as possible:

🧠 Smart Region Tracking

  • Intelligent Chunk Watching: The mod actively tracks player exploration and converts chunk coordinates directly into .mca region files.
  • Delta Updates: It ignores untouched chunks! It will only back up the specific regions and dimensions that were actually loaded, explored, or modified during your session.

⚡ Zero-Lag Threading

All backups, file walking, and copying run asynchronously on a background thread. You won't experience server freezing, rubberbanding, or lag spikes while the mod is securing your files.

🧹 Auto-Cleanup System

Auto-backups are incredible for crash recovery, but they take up space over a long session. Backup Manager is smart—when you safely close the server or exit your world, it creates one final "Session Backup" and automatically deletes all temporary auto-backups from that session to keep your drive clean!

🍞 Live Progress Toasts

A sleek, vanilla-style Toast notification pops up in the top right corner of your screen while running. It tracks the exact percentage of files copied and notifies you of Success or Error states instantly.

🗂️ Deep Customization

Fully configurable file and folder Whitelists and Blacklists (found in backup-manager-configs.json). You decide exactly what gets saved and what gets ignored. Perfect for modpacks with custom data folders!

🖥️ Server & Client Support

Flawless compatibility across the board. Singleplayer worlds are saved correctly directly to your instances, and Dedicated Servers trigger safe backups right before server shutdown!

🚨 CRITICAL WARNING: Disk Space Management

Because this mod runs in the background and allows you to whitelist specific files/folders, you must be very careful with what you tell it to back up!

DO NOT put high-size files or massive mod-generated folders into your Whitelist without properly Blacklisting the heavy elements inside them!

Because Auto-Backups run frequently, adding massive files (like pre-generated map caches, massive log files, or huge uncompressed mod data folders) will cause your disk storage to fill up incredibly fast and may cause massive wait times or IO bottlenecks on your storage drive. Only include essential, small files! The standard Minecraft region/dimension files are already handled automatically by the smart tracker, so you do not need to whitelist them manually.

⚠️ Important Notes & Caveats

Client to Server Configs: The in-game settings menu only modifies the client-side config file. If you are setting up a Dedicated Server, you must configure the mod locally, close the game, and manually copy the general_configs.json file into your server's config folder! Disabled on Blank Worlds: If no one joins the server or loads chunks, the mod will smartly skip the backup entirely to avoid creating empty, redundant folders. Interval Settings: Auto-backup times are set in game ticks (default is 12000 ticks = 10 minutes). Be careful not to set this too low, or you will run backups constantly!

Keep your worlds safe, your storage drive happy, and your game lag-free. Enjoy Backup Manager!

my personal settings: 

at 1200 ticks 1 minute for auto backups 2 minutes is also good.

backup sizes could be very small for example I have this config below and the minimum size it takes is 18MB if I only stay in one region so it depends on exploration and tracked regions, but the autoback stacks for now, for example its just running the backup process, but I will make it smart so it doesnt recopy same region twice if it does it before so its only the tracked regions between the 1200 ticks 1 minute time will be copied, this will save the temp space taken.

{
  "folder_whitelist": [
    "playerdata",
    "stats",
    "advancements",
    "data"
  ],
  "folder_blacklist": [
    "tanshugetrees" // this takes a lot of space and massive lag
  ],
  "file_whitelist": [
    "level.dat",
    "level.dat_old"
  ],
  "file_blacklist": [
    "DistantHorizons.sqlite", // this could be GBs of data and its not necessary
    "session.lock" // this is a lock file the game uses to lock the world so another process doesnt open it
  ],
  "mca_folders_names": [ // these files are automatically tracked so just include thier folder names
    "region",
    "entities",
    "poi"
  ]
}

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works