Prime Backup

A powerful backup plugin for MCDR, an advanced backup solution for your Minecraft world

management

Installation command

!!MCDR plugin install prime_backup

Synced at

...

Last update

...

Latest version

Total downloads

3329

Back to catalogue

PrimeBackup-v1.5.0.pyz

Version

1.5.0

Date

December 18, 2023

Size

138.58 KiB

Downloads

57

MD5

c3c7260c88efdd70b0bc55dcec6024d7

SHA256

eebd381f2e734c04f17b36a4bdf2b269097fc55f9211d610d3ddaa4d78613e71

MCDR Plugin Dependencies

Plugin IDRequirement
mcdreforged>=2.12.0

Python Package Requirements

Python PackageRequirement
mcdreforged>=2.12.0
psutil
pytz
xxhash>=3
SQLAlchemy>=2
APScheduler>=3.8,<4
zstandard

Python Package Installation Command

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