Add manual world backup script

Flushes world via rcon (save-off + save-all flush) before tarring
when the server is running; skips the flush and archives as-is when
the container is down. Outputs timestamped archives to backups/,
which is gitignored.
This commit is contained in:
2026-04-21 20:35:57 +02:00
parent ad654d145a
commit f67c8c8012
2 changed files with 30 additions and 0 deletions

1
.gitignore vendored
View File

@@ -13,6 +13,7 @@ data/.rcon-cli.yaml
# Backup snapshots
data.*.bak/
*.bak/
backups/
# Port-forward runtime state
portforward.log