Simple PlayerData Backups
A lightweight, server-side-only mod for creating efficient, automatic, and manual backups of critical player and mod data folders (e.g.,
playerdata,advancements, FTB data). It avoids backing up large world region files, making data recovery quick.
Core Features
- Server-Side Only: Zero client installation required.
- Highly Configurable: Set auto-backup intervals, define folders (include/exclude), and limit the total number of backups via a TOML file.
- Manual Backups: Trigger instantly using the
/simpleplayerdatabackups startcommand. - Efficient: Backups are compressed into timestamped
.zipfiles in theplayerdata_backupsfolder. - Lightweight: Tasks run asynchronously to ensure minimal server performance impact.
Customize settings in yourworld/serverconfig/simpleplayerdatabackups-server.toml.