Call external backup software from Minecraft https://git.sweevo.net/jinks/ExtBackup/
Find a file
2024-12-06 23:59:05 +01:00
gradle/wrapper NeoForge rewrite based on Simple Backups by MelanX 2024-12-06 23:46:34 +01:00
src/main Status command and cleanup. 2024-12-06 23:59:05 +01:00
.gitattributes Update to 1.16, metadata changes 2021-05-04 17:57:48 +02:00
.gitignore Project refactor. 2024-12-06 23:53:28 +01:00
build.gradle Minor fixes suggested by idea. 2024-12-06 23:57:03 +01:00
gradle.properties Minor fixes suggested by idea. 2024-12-06 23:57:03 +01:00
gradlew NeoForge rewrite based on Simple Backups by MelanX 2024-12-06 23:46:34 +01:00
gradlew.bat NeoForge rewrite based on Simple Backups by MelanX 2024-12-06 23:46:34 +01:00
LICENSE NeoForge rewrite based on Simple Backups by MelanX 2024-12-06 23:46:34 +01:00
README.md Status command and cleanup. 2024-12-06 23:59:05 +01:00
settings.gradle Project refactor. 2024-12-06 23:53:28 +01:00

ExtBackup

Minimal Minecraft backup mod, relying on external backup tools.

Why?

The regular well-known backup mods lack the sophistication of dedicated backup tools.

ExtBackup does not care about storage, retention, rotating old backups, freeing up space or any of that stuff. All it does is save the world to disk and then call a script or program on a configurable schedule. The external program can be as simple or as complicated as you want it to be. Connect your Minecraft to borg, restic, Veeam or whatever you like and backup your worlds however you like.

Target audience

ExtBackup is aimed at server owners. It's so far only tested on Linux and does not offer much configuration. It just runs the program with the Minecraft directory as current working directory. It may well work on Windows, or it may not.

Acknowledgements