Lightweight server backup plugin with scheduler, excludes, and legacy/modern support.
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)
backupPath lets you save zips anywhere /backup [label] → creates YYYYMMDD-HHMMSS-<label>-server.zipsimpleserverbackup.use (default: OP)schedule:
enabled: false
intervalTicks: 72000 # 1 hour at 20 TPS
label: "auto"
backupPath: "./backups"
paths:
excludeGlobs:
- "plugins/SimpleServerBackup/**"
- "logs/**"
- "cache/**"
- "**/*.log"
- "**/*.tmp"
- "backups/**"