Compatibility
Minecraft: Java Edition
1.21–1.21.8
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 10 months ago
SimpleServerBackup
One command. Full server backup. Zero drama.
Create compressed snapshots of your entire server folder on demand or on a schedule. Lightweight, safe, and version-flexible (1.8 → 1.21+).
Supports: Spigot / Paper
MC: 1.8–1.12 (Legacy build) · 1.13–1.21+ (Modern build)
Java: 8 (Legacy) · 17/21 (Modern)
✨ Features
- 🔒 Safe & predictable — no NMS, no world editing
- 🗜️ Full-folder ZIP — worlds, plugins, configs (excludes logs/cache by default)
- 🕒 Scheduler (optional) — automatic backups at your interval
- 📁 Custom output path —
backupPathlets you save zips anywhere - 🧹 Exclude list — keep backups lean
⌨️ Commands
/backup [label]→ createsYYYYMMDD-HHMMSS-<label>-server.zip
Permission:simpleserverbackup.use(default: OP)
⚙️ Config (default)
schedule:
enabled: false
intervalTicks: 72000 # 1 hour at 20 TPS
label: "auto"
backupPath: "./backups"
paths:
excludeGlobs:
- "plugins/SimpleServerBackup/**"
- "logs/**"
- "cache/**"
- "**/*.log"
- "**/*.tmp"
- "backups/**"


