Prime Backup
A powerful backup plugin for MCDR, an advanced backup solution for your Minecraft world
management
Installation command
!!MCDR plugin install prime_backupAuthor
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
10896
Back to catalogue
PrimeBackup-v1.10.0.pyz
Version
1.10.0
Date
April 30, 2025
Size
206.52 KiB
Downloads
147
MD5
7f8a53b27ddb44dfb66542144d89b279SHA256
4b1ef106f9b17953b416573b80312d95b8f4c593934667640be6e347d4615b6cDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.12.0 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| 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" zstandardRelease notes
News
- Added fileset shrinking feature to reduce unused files in filesets
- Added fuzzytest with github action
- Added
!!pb database prunecommand to clean up possible dangling objects in database - Enhanced backup id input for MCDR command and CLI. Support using
latestor~,~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
- Simplified
- Added gitignore flavor pattern support for the
backup.targetsconfig - CLI: Added
--versionto show version and exit - CLI: Added
fusecommand, requires python packagefuse-pythonand OS packagefuse(fuse 2)
Changes
- Made
online_player_counterwork before DbAccess initialization ok (#70, #71) - Added confirmation for
!!pb deleteand!!pb delete_rangecommand - Added summary message for
!!pb deletecommand 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-oncommand if the server is stopped during the backup (#66)