Releases: TISUnion/PrimeBackup
Releases · TISUnion/PrimeBackup
Prime Backup v1.12.0
News
- Added support to delete files inside existing backup with
!!pb database delete filecommand (#67) - Added backup tag
scheduled, prune configscheduled_backupand tag new scheduled backups with it (#78) - Added
!!pb database inspect file2command for inspecting file by fileset id - Show show related backup sample for
!!pb database inspect fileand!!pb database inspect file2command - Show show related file sample for
!!pb database inspect blobcommand - Added command suggestions for inputing file paths inside backup/fileset
Changes
- Improved reply message if
!!pb listgets out of range hint - Rotates PB's own logs if it's bigger than 10MiB
- More docs in the doc website
Fixes
- (CLI) Fixed wrong fuse python lib prompt
Prime Backup v1.11.0
- Added backup config
retain_patterns(#41)- Recommended for files that do not need to be backed up but should still be kept after restoring
- Register a placeholder command root node if pb is disabled by config
- To guide doc-dislikers to read the doc
- If the user had enabled PB, then the placeholder command will not be registered if PB is disabled again
Prime Backup v1.10.3
Prime Backup v1.10.2
- Fixed missing backup id conversion in MCDR
diffcommand (#75)
Prime Backup v1.10.1
- Fixed missing backup id conversion in MCDR
backcommand (#74) - Improved file check and logging improve for ScanUnknownBlobFilesAction
Prime Backup v1.10.0
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)
Prime Backup v1.9.5
- Add tools: The #64 fixer
- Fixed DB version mismatch error creation
- Fixed fileset ref check
Prime Backup v1.9.4
- Show affected backup ids in validation log in fileset validation action
Prime Backup v1.9.3
- (CRITICAL) Fixed a file deletion bug on backup deletion. See #64
Prime Backup v1.9.2
Caution
Buggy on backup deletion, DO NOT USE. Please upgrade to v1.9.3 and above as soon as possible
!!pb listcommand add--meargument- Decrease the default frequency for the CompactDatabaseJob from per-day to per-week
- Fix ZeroDivisionError on db migration 2to3 if no backup exists (#63)