PrimeBackup-v1.14.0.pyz
版本
1.14.0
日期
2026年9月15日
大小
321.88 KiB
下载量
11
MD5
4a4afe9b32dbde9d91856111f5991259SHA256
b27533c47463377a9f1dc91646ca8754790da525681eb7d900c967a40b09b3a2依赖
MCDR 插件依赖
| 插件 ID | 依赖版本 |
|---|---|
| mcdreforged | >=2.12.0 |
Python 包依赖
| Python 包 | 依赖版本 |
|---|---|
| APScheduler | >=3.8,<4 |
| SQLAlchemy | >=2 |
| blake3 | |
| mcdreforged | >=2.12.0 |
| pathspec | |
| psutil | |
| pydantic | >=2 |
| pytz | |
| typing_extensions | |
| xxhash | >=3 |
| zstandard |
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_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