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
10879
Back to catalogue
PrimeBackup-v1.2.0.pyz
Version
1.2.0
Date
December 12, 2023
Size
124.45 KiB
Downloads
54
MD5
84d612aae26e8f7ecf3ba9a3dbb67193SHA256
9d2f898be5e92e5fd4666908c864440c4bb10f0e0b07e3a6096d4b572f252adeDependencies
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 |
| zstandard |
Python Package Installation Command
pip install "mcdreforged>=2.12.0" psutil pytz "xxhash>=3" "SQLAlchemy>=2" "APScheduler>=3" zstandardRelease notes
News
- Added
!!pb importMCDR command, so you can import in MCDR now - Added more tar-derived file extension support, e.g.
.tgzfor tar + gz - Added bz2 support for tar formats
- Added the backup meta check during importing backup by default
- Can be disabled with
--no-meta
- Can be disabled with
Changes
- Show db file size for database overview commands
- Refine the
ExportBackupToDirectoryActionlogic- 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_symlinkconfig option
- If you are using symlink as target, you should turn on the
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