Loading repository data…
Loading repository data…
ruomox / repository
A safety-first automated Minecraft server backup script with strict HOT/COLD detection, disk protection, database dumps, and Zstandard compression. 一个以数据一致性为首要原则的 Minecraft 服务端自动备份脚本,支持热/冷备判定、磁盘安全保护、数据库备份与 Zstandard 压缩。
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
🌍 English | 简体中文
mcServer-Auto-Backup is a safety-first automated backup script for Minecraft servers.
It is designed for long-running production servers and focuses on data consistency, failure safety, and predictable restore points.
Safe Hot Backup
save-off)save-all flush)latest.logsave-on, even on failureReliable Cold Backup
Strict State Validation
session.lock)Disk Safety Guards
High-Performance Compression
zstd)Optional Components
latest_backupThis script always maintains a latest_backup/ directory:
latest_backup is a fully usable snapshot.tar.zst) is built from latest_backuplatest_backup is still validArchives are disposable.
latest_backup is the real guarantee.backup_example.sh is a template only