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

Version

1.3.0

Date

December 13, 2023

Size

126.51 KiB

Downloads

43

MD5

09bb0645a2423f02c0fc5588892ee051

SHA256

852941e7be7e00b6bf2981ba09fb7057c3aec44723f402db702092708a815e66

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
zstandard

Python Package Installation Command

pip install "mcdreforged>=2.12.0" psutil pytz "xxhash>=3" "SQLAlchemy>=2" "APScheduler>=3" zstandard

News

  • Added support for those old sqlite version that does not support json query. Not very efficient but it works
  • Added -a flag as an alternative to --all in the !!pb list command for easier usage

Changes

  • More restrictive !!pb confirm and !!pb abort
    • You can only confirm / abort your tasks, unless you have enough permission, or the task is a special case (the restore task allows everyone to abort)
  • Change !!pb list command optional argument names: use --from and --to instead of --start and --end for date range argument
  • Prune backupjob: Increase the default interval, and reduce its logging messages
  • Restore backup task: Always broadcast backup information whether confim is needed
  • Increase max ongoing task for light tasks, from 3 to 5

Fixes

  • Fixed incompatibility with python3.8