Prime Backup

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

管理

一键安装指令

!!MCDR plugin install prime_backup

数据同步于

...

上次更新

...

最新版本

总下载量

10911

返回插件仓库

PrimeBackup-v1.9.0.pyz

版本

1.9.0

日期

2025年3月15日

大小

172.42 KiB

下载量

49

前往发行版源页面

MD5

5b8ee9cd838f81c9d66b0f898925d4c8

SHA256

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_file for those speed lovers. Read the doc first and use with CAUTION!
  • Add hash method md5 in case it's useful
  • Add backup config creation_skip_missing_file and creation_skip_missing_file_patterns (#55)
  • Validate int field range upon db operation (#52)
  • !!pb list command add --sort argument

Changes

  • Refactored the storage format of files in the database, resulting in up to 95% database file size reduce
  • Decrease logging level for the skipped log 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