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 9 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/**"


