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

6365

Back to catalogue

PrimeBackup-v1.10.0.pyz

Version

1.10.0

Date

April 30, 2025

Size

206.52 KiB

Downloads

104

MD5

7f8a53b27ddb44dfb66542144d89b279

SHA256

4b1ef106f9b17953b416573b80312d95b8f4c593934667640be6e347d4615b6c

MCDR Plugin Dependencies

Plugin IDRequirement
mcdreforged>=2.12.0

Python Package Requirements

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

Python Package Installation Command

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