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
- Simplified
- Added gitignore flavor pattern support for the
backup.targets
config - CLI: Added
--version
to show version and exit - CLI: Added
fuse
command, requires python packagefuse-python
and OS packagefuse
(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)