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.
24 lines
337 B
Plaintext
24 lines
337 B
Plaintext
# Runtime / generated data
|
|
data/world/
|
|
data/libraries/
|
|
data/versions/
|
|
data/logs/
|
|
data/.cache/
|
|
data/minecraft_server.*.jar
|
|
|
|
# Secrets
|
|
data/.rcon-cli.env
|
|
data/.rcon-cli.yaml
|
|
|
|
# Backup snapshots
|
|
data.*.bak/
|
|
*.bak/
|
|
backups/
|
|
|
|
# Port-forward runtime state
|
|
portforward.log
|
|
portforward.pid
|
|
|
|
# Local Claude Code state
|
|
.claude/settings.local.json
|