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
10885
Back to catalogue
PrimeBackup-v1.6.0.pyz
Version
1.6.0
Date
December 22, 2023
Size
140.68 KiB
Downloads
61
MD5
d5ae071c63247fa159c0df228262dec6SHA256
7cc89a206fcca959d6f6b28ff34c2adc2bf19d78530e29dcfc3feb02285d0e5fDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.12.0 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| 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" zstandardRelease notes
News
- Added root config
concurrencyindicating 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
lzmaandgzipmodules 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