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.6.0.pyz

Version

1.6.0

Date

December 22, 2023

Size

140.68 KiB

Downloads

27

MD5

d5ae071c63247fa159c0df228262dec6

SHA256

7cc89a206fcca959d6f6b28ff34c2adc2bf19d78530e29dcfc3feb02285d0e5f

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 root config concurrency indicating the maximum concurrency to be used during all task and action executions (#3)
    • Backup creation action: support concurrent file hash pre-scan
    • Backup exporting to directory action: support concurrent export
    • Blob validation action: support concurrent validation

Changes

  • Make lzma and gzip modules load-on-demand, in case the python environment does not include these modules
  • Ensure the current compress method library exists on plugin loaded
  • Remove existing undeleted trash bins before directory export

Fixes

  • Handling more errno for copy-on-write fast copy properly (#7)
  • Fixed some permission checkers do not work
  • Improved robustness on compress method migration