Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcal43/fastback
Fast, incremental Minecraft world backups. Powered by Git.
https://github.com/pcal43/fastback
git minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod
Last synced: 24 days ago
JSON representation
Fast, incremental Minecraft world backups. Powered by Git.
- Host: GitHub
- URL: https://github.com/pcal43/fastback
- Owner: pcal43
- License: gpl-2.0
- Created: 2022-08-17T04:43:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T06:08:07.000Z (2 months ago)
- Last Synced: 2024-10-01T08:22:09.774Z (about 1 month ago)
- Topics: git, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod
- Language: Java
- Homepage: https://pcal43.github.io/fastback/
- Size: 2.38 MB
- Stars: 130
- Watchers: 2
- Forks: 19
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# FastBack
*Fast, incremental Minecraft world backups powered by Git*Fastback is a Minecraft mod that backs up your world in incremental snapshots. When it does a backup,
it only saves the parts of your world that changed.This means backups are fast. It also means you can keep snapshots of your world without using up a lot
of disk space.![](https://pcal43.github.io/fastback/savescreen_animation.gif)
## Features
* Incrementally backup just the changed files
* Faster, smaller backups than zipping
* Back up locally
* Back up remotely to any git server
* Back up remotely to any network volume (no git server required)
* Schedule backups to run automatically
* Easily restore backup snapshots
* Snapshot pruning, retention policies
* Include mod jars and config files in backup snapshots
* Broadcast server-wide notifications during backups
* LuckPerms support
* Works on clients and dedicated servers
* Works on Linux, Mac and Windows
* ..all with easy-to-use minecraft commands## Road Map
* Support for restoring remote snapshots
* Better management of remote snapshots
* UI for managing backups from the title screen
* ~~Forge support (maybe)~~## Acknowledgements
* Russian localization provided by [Felix14-v2](https://github.com/Felix14-v2)
* Chinese localization provided by [buiawpkgew1](https://github.com/buiawpkgew1)
* Spanish localization provided by [rmortes](https://github.com/rmortes)
* Fastback includes and was made possible by the work of committers on these projects:
* [JGit](https://www.eclipse.org/jgit/) from The Eclipse Software Foundation
* [sshd](https://mina.apache.org/sshd-project/) from The Apache Software Foundation
* [JavaEWAH](https://github.com/lemire/javaewah) from Daniel Lemire, et al.
* [fabric-permissions-api](https://github.com/lucko/fabric-permissions-api) from lucko
* [server-translations-api](https://github.com/NucleoidMC/Server-Translations) from the Fabric Community## Legal
FastBack is distributed under [GNU Public License version 2](https://github.com/pcal43/fastback/blob/main/LICENSE).
You can put it in a modpack but please include attribution with a link to this page.
## Questions?
Please start with the [documentation](https://pcal43.github.io/fastback). If you have more
questions, please join "pcal's minecraft mods" on Discord:[https://discord.pcal.net](https://discord.pcal.net)
Note that Curseforge comments have been disabled and I will **not** reply to private messages.