Prime Backup

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

管理

一键安装指令

!!MCDR plugin install prime_backup

数据同步于

...

上次更新

...

最新版本

总下载量

2977

返回插件仓库

PrimeBackup-v1.5.0.pyz

版本

1.5.0

日期

2023年12月18日

大小

138.58 KiB

下载量

54

前往发行版源页面

MD5

c3c7260c88efdd70b0bc55dcec6024d7

SHA256

eebd381f2e734c04f17b36a4bdf2b269097fc55f9211d610d3ddaa4d78613e71

MCDR 插件依赖

插件 ID依赖版本
mcdreforged>=2.12.0

Python 包依赖

Python 包依赖版本
mcdreforged>=2.12.0
psutil
pytz
xxhash>=3
SQLAlchemy>=2
APScheduler>=3.8,<4
zstandard

Python 包安装指令

pip install "mcdreforged>=2.12.0" psutil pytz "xxhash>=3" "SQLAlchemy>=2" "APScheduler>=3.8,<4" zstandard

News

  • Added !!pb database migrate_compress_method command to migrate compress method for all blobs
  • Let the !!pb database command works like the !!pb help database command
  • Added a file logger to log backup restoring operations (at pb_files/logs/restore.log)

Changes

  • Reply not abort-able when aborting a task who's is_abort_able returns false
  • Ensure file loggers use utf8 encoding
  • More precise APScheduler version requirement in requirements.txt
  • More logging messages for file / blob validation action
  • Lots of other small improvements and doc updates

Fixes

  • Fixed error during file validation for the !!pb database validate command
  • Fixed missing command permission settings for crontab and help subcommands