Prime Backup

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

管理

一键安装指令

!!MCDR plugin install prime_backup

数据同步于

...

上次更新

...

最新版本

总下载量

6365

返回插件仓库

PrimeBackup-v1.10.0.pyz

版本

1.10.0

日期

2025年4月30日

大小

206.52 KiB

下载量

104

前往发行版源页面

MD5

7f8a53b27ddb44dfb66542144d89b279

SHA256

4b1ef106f9b17953b416573b80312d95b8f4c593934667640be6e347d4615b6c

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

News

  • Added fileset shrinking feature to reduce unused files in filesets
  • Added fuzzytest with github action
  • Added !!pb database prune command to clean up possible dangling objects in database
  • Enhanced backup id input for MCDR command and CLI. Support using latest or ~, ~3, to targetting the n-th latest backup
    • Simplified <backup_id_range> command node accept values
    • Remove BackupIdAlternatives latest_with_temp, useless, not worth to maintain
  • Added gitignore flavor pattern support for the backup.targets config
  • CLI: Added --version to show version and exit
  • CLI: Added fuse command, requires python package fuse-python and OS package fuse (fuse 2)

Changes

  • Made online_player_counter work before DbAccess initialization ok (#70, #71)
  • Added confirmation for !!pb delete and !!pb delete_range command
  • Added summary message for !!pb delete command on multiple deletion
  • Log reference messages for VACUUM failure that caused by "database or disk is full" (#72)
  • Improve the text prompts for console command sources that cannot interact with buttons (#69)

Fixes

  • Fixed MCDR warning for sending the save-on command if the server is stopped during the backup (#66)