Chronos Backups

The wonderful mod icon and banner were created by Mylèna Yarah Krijnen.
Chronos Backups is a multi-loader, multi-version Minecraft backup utility. Saves only the most important parts of your world, keeping backups smaller.
Features
- Multi-version, multi-loader architecture (Fabric, NeoForge, Forge).
- Scheduled and manual backups via an in-game
/chronos command with a configurable permission level.
- Backups are pruned and filtered to only include the most important parts of your world, keeping backups much smaller than traditional backups.
- Configurable file copy blacklist to exclude specific files and folders from the backup, prefilled with common server-related files and folders.
Commands
| Command |
Description |
/chronos backup |
Run a manual backup immediately. |
/chronos cancel |
Stop the backup currently in progress. |
/chronos speedtest <seconds> |
Run repeated backups for benchmarking (diagnostic. not for normal use). |
The required permission level defaults to 4.
Limitations
Chronos prioritizes aged world data, chunks that do not yet count as "old enough" for pruning can be left out of a snapshot. If you enter a new chunk, change blocks or items, and a backup runs before that area is included, those changes may be missing from that backup (depending on configuration). That situation is seen as extremely rare and can only cause loss on restore, never duplication.
Supported versions
All currently supported versions are listed below. If a specific subversion does not have a modloader associated with it (eg 1.7.3-1.7.9), it may still appear as supported if the major version is supported.
| Minecraft |
Support |
Loader(s) |
Backup |
Config |
Notes |
26.2.x |
β
Supported |
Fabric + NeoForge |
β
|
π File-only |
- |
26.1.x |
β
Supported |
Fabric + NeoForge |
β
|
π File-only |
- |
1.21.x |
β
Supported |
Fabric + NeoForge |
β
|
π File-only |
- |
1.20.x |
β
Supported |
Forge + Fabric + NeoForge |
β
|
π File-only |
Forge 1.20.0-1.20.1. Fabric 1.20.x. NeoForge 1.20.2-1.20.6. |
1.19.x |
β
Supported |
Fabric + Forge |
β
|
π File-only |
- |
1.18.x |
β
Supported |
Fabric + Forge |
β
|
π File-only |
- |
1.17.x |
β
Supported |
Fabric + Forge |
β
|
π File-only |
- |
1.16.x |
β
Supported |
Fabric + Forge |
β
|
π File-only |
- |
1.15.x |
β
Supported |
Fabric + Forge |
β
|
π File-only |
- |
1.14.x |
β
Supported |
Fabric + Forge |
β
|
π File-only |
- |
1.13.x |
β
Supported |
Forge |
β
|
π File-only |
[^2] |
1.12.x |
β
Supported |
Forge |
β
|
π File-only |
[^2] |
1.11.x |
β
Supported |
Forge |
β
|
π File-only |
[^2] |
1.10.x |
β
Supported |
Forge |
β
|
π File-only |
[^2] |
1.9.x |
β
Supported |
Forge |
β
|
π File-only |
[^2] |
1.8.x |
β
Supported |
Forge |
β
|
π File-only |
[^2] |
1.7.x |
β
Supported |
Forge |
β
|
π File-only |
[^1], [^2] |
1.6.x |
β Unsupported |
Forge |
β |
π΄ None |
[^2] |
1.5.x |
β Unsupported |
Forge |
β |
π΄ None |
[^2] |
1.4.x |
β Unsupported |
Forge |
β |
π΄ None |
[^2] |
1.3.x |
β Unsupported |
Forge |
β |
π΄ None |
[^2] |
1.2.x |
β Unsupported |
Forge |
β |
π΄ None |
- |
| Beta & Alpha |
β Unsupported |
Babric |
β |
π΄ None |
Beta & Alpha versions may be supported in the future, but the flagship Chronos feature (world pruning) will be unavailable. |
[^1]: Forge 1.7.2 does not build yet (Unimined#184).
[^2]: Might also be supported on Fabric through Legacy Fabric in the future.
Configuration
The mod's configuration is stored in the config/chronos.toml file. This file is automatically created when the mod is first run, and is located in the config folder of the mod's directory. For the forseeable future, there is no GUI configuration available. Config options include:
backupFolderName: The name of the folder that will contain the backups.
pruneChunks: Whether chunk pruning is enabled for backups.
pruneTimeRequirementSeconds: Minimum playtime (in seconds) for a chunk to count toward world pruning.
pruneMaxWorkerThreads: Maximum worker threads for pruning. 0 (or less) means "auto" (pruner picks a sensible default).
scheduleBackups: Whether to run backups on a timer.
backupIntervalSeconds: Seconds between automatic backup runs.
maxStoredBackups: Maximum backups kept per world. After a successful backup, oldest backups are removed if the limit is exceeded. Recommended value: 5. Values lower than 3 can be used to save space, but risks serious data loss if a catastrophic error occurs. Values below 1 disable automatic removal.
compressionMethod: Whether to compress the backups into a zip file or store it as an uncompressed folder. Accepts "zip" or "none".
commandRequiredPermissionLevel: Permission level required to run /chronos.
copyBlacklist: Folders and files to exclude from the backup.
This list may be out of date. To see the latest available configuration options and their descriptions, see ChronosTomlSpec.java.
Nightly releases
Github Actions automatically builds and uploads nightly releases to the GitHub Releases page. These are not the same as stable releases found on Modrinth, CurseForge or Github Releases, and should not be relied upon or assumed to be stable.