Swooping in to backup your worlds!
Go to file
Joey Hines bb38e05479 Initial Commit
+ Handles overworld back up of regions
+ Needs to do player data backup and
+ Support for other world types needed as well
2020-06-06 14:41:42 -05:00
src Initial Commit 2020-06-06 14:41:42 -05:00
.gitignore Initial Commit 2020-06-06 14:41:42 -05:00
Cargo.lock Initial Commit 2020-06-06 14:41:42 -05:00
Cargo.toml Initial Commit 2020-06-06 14:41:42 -05:00
README.md Initial Commit 2020-06-06 14:41:42 -05:00

README.md

Albatross

Back up what you care about in your Minecraft worlds.

Config

[backup]
# Minecraft sever directory
minecraft_dir = "/home/mc/server"
# Directory to place backups
output_dir = "/home/mc/backups"
# Number of backups to keep
backups_to_keep = 10

# Work config option
[[world_config]]
# world name
world_name = "world"
# world save radius (in blocks)
save_radius = 8000