Prime Backup

一个强大的MCDR备份插件,一套先进的Minecraft存档备份解决方案

管理

一键安装指令

!!MCDR plugin install prime_backup

数据同步于

...

上次更新

...

最新版本

总下载量

15252

返回插件仓库

PrimeBackup-v1.14.0.pyz

版本

1.14.0

日期

2026年9月15日

大小

321.88 KiB

下载量

11

前往发行版源页面

MD5

4a4afe9b32dbde9d91856111f5991259

SHA256

b27533c47463377a9f1dc91646ca8754790da525681eb7d900c967a40b09b3a2

MCDR 插件依赖

插件 ID依赖版本
mcdreforged>=2.12.0

Python 包安装指令

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