Prime Backup
A powerful backup plugin for MCDR, an advanced backup solution for your Minecraft world
management
Installation command
!!MCDR plugin install prime_backupAuthor
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
15312
Back to catalogue
PrimeBackup-v1.14.0.pyz
Version
1.14.0
Date
September 15, 2026
Size
321.88 KiB
Downloads
64
MD5
4a4afe9b32dbde9d91856111f5991259SHA256
b27533c47463377a9f1dc91646ca8754790da525681eb7d900c967a40b09b3a2Dependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.12.0 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| APScheduler | >=3.8,<4 |
| SQLAlchemy | >=2 |
| blake3 | |
| mcdreforged | >=2.12.0 |
| pathspec | |
| psutil | |
| pydantic | >=2 |
| pytz | |
| typing_extensions | |
| xxhash | >=3 |
| zstandard |
Python Package Installation Command
pip install "APScheduler>=3.8,<4" "SQLAlchemy>=2" blake3 "mcdreforged>=2.12.0" pathspec psutil "pydantic>=2" pytz typing_extensions "xxhash>=3" zstandardRelease notes
News
- Added
restore.destination_rootto restore backups to a directory different frombackup.source_root(#110)- Pre-restore temporary backups will cover the actual restore destination
- Added
restore.reuse_unchanged_files(defaultfalse) to reduce disk writes by reusing files whose contents already match the backup - Added optional pre-scheduled-backup notices, configured with
scheduled_backup.pre_backup_noticeandpre_backup_notice_delay(#111)
Changes
- Moved restore settings into the new
restoreconfig section; existingcommand.backup_on_restoreandcommand.restore_countdown_secvalues are migrated automatically - Scheduled backup prune jobs now report their completion status and next run time
- Added
System chat: Saved the gameto the defaultserver.saved_world_regexfor Minecraft 26.3 snapshot compatibility (#112)- Existing configs with an explicit regex list may need to add this pattern manually
Fixes
- Improved restore rollback and retained-file handling for failure cases, dangling symlinks, and read-only directories
- Fixed concurrent task cleanup starting before all worker threads had stopped after an error