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

Version

1.2.0

Date

December 12, 2023

Size

124.45 KiB

Downloads

22

MD5

84d612aae26e8f7ecf3ba9a3dbb67193

SHA256

9d2f898be5e92e5fd4666908c864440c4bb10f0e0b07e3a6096d4b572f252ade

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 !!pb import MCDR command, so you can import in MCDR now
  • Added more tar-derived file extension support, e.g. .tgz for tar + gz
  • Added bz2 support for tar formats
  • Added the backup meta check during importing backup by default
    • Can be disabled with --no-meta

Changes

  • Show db file size for database overview commands
  • Refine the ExportBackupToDirectoryAction logic
    • Affected less files in extract / export mode, keep consistent on restore mode
    • Make the export rollback-able on failure
  • Make the ExportBackupToDirectoryAction action rollback-able
  • Backup creation no longer scan into symlink target directory. Always follow the as-is policy
    • If you are using symlink as target, you should turn on the follow_target_symlink config option

Fixes

  • Fixed cannot import zip backup if the modes of its files are 0. Zips created by windows softwares often don't have these mode information
  • Fixed scheduled backup error if the job is in crontab mode