Prime Backup

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

管理

一键安装指令

!!MCDR plugin install prime_backup

数据同步于

...

上次更新

...

最新版本

总下载量

2977

返回插件仓库

PrimeBackup-v1.2.0.pyz

版本

1.2.0

日期

2023年12月12日

大小

124.45 KiB

下载量

19

前往发行版源页面

MD5

84d612aae26e8f7ecf3ba9a3dbb67193

SHA256

9d2f898be5e92e5fd4666908c864440c4bb10f0e0b07e3a6096d4b572f252ade

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 !!pb import MCDR command, so you can import in MCDR now
  • Added more tar-derived file extension support, e.g. .tgz for tar + gz
  • Added bz2 support for tar formats
  • Added the backup meta check during importing backup by default
    • Can be disabled with --no-meta

Changes

  • Show db file size for database overview commands
  • Refine the ExportBackupToDirectoryAction logic
    • Affected less files in extract / export mode, keep consistent on restore mode
    • Make the export rollback-able on failure
  • Make the ExportBackupToDirectoryAction action rollback-able
  • Backup creation no longer scan into symlink target directory. Always follow the as-is policy
    • If you are using symlink as target, you should turn on the follow_target_symlink config option

Fixes

  • Fixed cannot import zip backup if the modes of its files are 0. Zips created by windows softwares often don't have these mode information
  • Fixed scheduled backup error if the job is in crontab mode