Prime Backup

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

管理

一键安装指令

!!MCDR plugin install prime_backup

数据同步于

...

上次更新

...

最新版本

总下载量

2972

返回插件仓库

PrimeBackup-v1.3.0.pyz

版本

1.3.0

日期

2023年12月13日

大小

126.51 KiB

下载量

40

前往发行版源页面

MD5

09bb0645a2423f02c0fc5588892ee051

SHA256

852941e7be7e00b6bf2981ba09fb7057c3aec44723f402db702092708a815e66

MCDR 插件依赖

插件 ID依赖版本
mcdreforged>=2.12.0

Python 包依赖

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

Python 包安装指令

pip install "mcdreforged>=2.12.0" psutil pytz "xxhash>=3" "SQLAlchemy>=2" "APScheduler>=3" zstandard

News

  • Added support for those old sqlite version that does not support json query. Not very efficient but it works
  • Added -a flag as an alternative to --all in the !!pb list command for easier usage

Changes

  • More restrictive !!pb confirm and !!pb abort
    • You can only confirm / abort your tasks, unless you have enough permission, or the task is a special case (the restore task allows everyone to abort)
  • Change !!pb list command optional argument names: use --from and --to instead of --start and --end for date range argument
  • Prune backupjob: Increase the default interval, and reduce its logging messages
  • Restore backup task: Always broadcast backup information whether confim is needed
  • Increase max ongoing task for light tasks, from 3 to 5

Fixes

  • Fixed incompatibility with python3.8