Prime Backup

A powerful backup plugin for MCDR, an advanced backup solution for your Minecraft world

management

Installation command

!!MCDR plugin install prime_backup

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

4a4afe9b32dbde9d91856111f5991259

SHA256

b27533c47463377a9f1dc91646ca8754790da525681eb7d900c967a40b09b3a2

MCDR Plugin Dependencies

Plugin IDRequirement
mcdreforged>=2.12.0

Python Package Requirements

Python PackageRequirement
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" zstandard

News

  • Added restore.destination_root to restore backups to a directory different from backup.source_root (#110)
    • Pre-restore temporary backups will cover the actual restore destination
  • Added restore.reuse_unchanged_files (default false) 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_notice and pre_backup_notice_delay (#111)

Changes

  • Moved restore settings into the new restore config section; existing command.backup_on_restore and command.restore_countdown_sec values are migrated automatically
  • Scheduled backup prune jobs now report their completion status and next run time
  • Added System chat: Saved the game to the default server.saved_world_regex for 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