Skip to content

Releases: TISUnion/PrimeBackup

Prime Backup v1.12.0

14 Dec 17:24
775b848

Choose a tag to compare

News

  • Added support to delete files inside existing backup with !!pb database delete file command (#67)
  • Added backup tag scheduled, prune config scheduled_backup and tag new scheduled backups with it (#78)
  • Added !!pb database inspect file2 command for inspecting file by fileset id
  • Show show related backup sample for !!pb database inspect file and !!pb database inspect file2 command
  • Show show related file sample for !!pb database inspect blob command
  • Added command suggestions for inputing file paths inside backup/fileset

Changes

  • Improved reply message if !!pb list gets 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

30 Aug 17:39
0763eeb

Choose a tag to compare

  • 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

02 Aug 14:58
5e3b5da

Choose a tag to compare

  • Improved schedule backup triggering condition (#86)
  • Fixed bad backup meta serializing (#87)
  • Added docs warning for config option ignored_files and ignore_patterns (#83)

Prime Backup v1.10.2

04 May 17:57
ca6c3c0

Choose a tag to compare

  • Fixed missing backup id conversion in MCDR diff command (#75)

Prime Backup v1.10.1

03 May 18:12
5fe7553

Choose a tag to compare

  • Fixed missing backup id conversion in MCDR back command (#74)
  • Improved file check and logging improve for ScanUnknownBlobFilesAction

Prime Backup v1.10.0

30 Apr 17:19
ca7e949

Choose a tag to compare

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)

Prime Backup v1.9.5

30 Mar 15:11
d32bd91

Choose a tag to compare

  • Add tools: The #64 fixer
  • Fixed DB version mismatch error creation
  • Fixed fileset ref check

Prime Backup v1.9.4

29 Mar 16:10
ee97159

Choose a tag to compare

  • Show affected backup ids in validation log in fileset validation action

Prime Backup v1.9.3

29 Mar 13:29
1412ba7

Choose a tag to compare

  • (CRITICAL) Fixed a file deletion bug on backup deletion. See #64

Prime Backup v1.9.2

28 Mar 08:50
c51e514

Choose a tag to compare

Caution

Buggy on backup deletion, DO NOT USE. Please upgrade to v1.9.3 and above as soon as possible

  • !!pb list command add --me argument
  • Decrease the default frequency for the CompactDatabaseJob from per-day to per-week
  • Fix ZeroDivisionError on db migration 2to3 if no backup exists (#63)