Swooping in to backup your worlds!
Go to file
Joey Hines 42c0bcc7bc Fixed regex error and added ensured all area is backed up
+ the regex to match region files was only matching one number
+ ensured the save radius includes all blocks requested
2020-07-19 08:29:54 -05:00
src Fixed regex error and added ensured all area is backed up 2020-07-19 08:29:54 -05:00
.gitignore Initial Commit 2020-06-06 14:41:42 -05:00
Cargo.lock Added discord webhooks and more status messages 2020-06-07 14:21:26 -05:00
Cargo.toml Added discord webhooks and more status messages 2020-06-07 14:21:26 -05:00
LICENSE Added LICENSE 2020-06-06 14:42:30 -05:00
README.md Added discord webhooks and more status messages 2020-06-07 14:21:26 -05:00

README.md

Albatross

Back up what you care about in your Minecraft worlds.

Albatross backs up player files and region files within a certain configurable radius. It can also send Discord webhooks. Backups are compressed and stored as tar.gz archives.

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
# Discord Webhook
discord_webhook = "https://discordapp.com/api/webhooks/"

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