PrimeBackup-v1.9.0.pyz
版本
1.9.0
日期
2025年3月15日
大小
172.42 KiB
下载量
49
MD5
5b8ee9cd838f81c9d66b0f898925d4c8SHA256
f3cf789609641677fdfe0c041d5478cd5c26fa002a25a0753b92e97fa48901cf依赖
MCDR 插件依赖
| 插件 ID | 依赖版本 |
|---|---|
| mcdreforged | >=2.12.0 |
Python 包依赖
| Python 包 | 依赖版本 |
|---|---|
| APScheduler | >=3.8,<4 |
| SQLAlchemy | >=2 |
| mcdreforged | >=2.12.0 |
| pathspec | |
| psutil | |
| pytz | |
| typing_extensions | |
| xxhash | >=3 |
| zstandard |
Python 包安装指令
pip install "APScheduler>=3.8,<4" "SQLAlchemy>=2" "mcdreforged>=2.12.0" pathspec psutil pytz typing_extensions "xxhash>=3" zstandard更新日志
Caution
Buggy on backup deletion, DO NOT USE. Please upgrade to v1.9.3 and above as soon as possible
Note
Database schema updated from 2 to 3, automatic migration is included
Downgrading is not supported once the migration is finished
News
- Add backup config
reuse_stat_unchanged_filefor those speed lovers. Read the doc first and use with CAUTION! - Add hash method
md5in case it's useful - Add backup config
creation_skip_missing_fileandcreation_skip_missing_file_patterns(#55) - Validate int field range upon db operation (#52)
!!pb listcommand add--sortargument
Changes
- Refactored the storage format of files in the database, resulting in up to 95% database file size reduce
- Decrease logging level for the
skippedlog in the scheduled backup job (#54) - Migrate all nanoseconds (ns) to microseconds (us), so PB should still work after year 2262
- CreateBackupTask can be aborted during the world-save-wait
- Hide those BlobFileChanged warnings, unless it's the last chance
Fixes
- (tools)
qb_importer.pyskip bad qb slots, fix creator format - Lots of other small fixes, see: https://github.com/TISUnion/PrimeBackup/compare/v1.8.3...v1.9.0