Skip to content

Releases: TISUnion/PrimeBackup

PrimeBackup v1.8.3

17 Sep 09:51
c4eb169
Compare
Choose a tag to compare
  • Fixed incompatibility with python3.8 (#44)

PrimeBackup v1.8.2

11 Sep 13:09
badeb2d
Compare
Choose a tag to compare

Patches

  • Fixed wrong field order in restore.log (#42)
  • Fixed logging issue if OnlinePlayerCounter.get_online_players returns None
  • Fixed compress comparing on file validation
  • Fixed DbSession.get_file_by_blob_hashes limit handling (affects compress method / hash method migration)

PrimeBackup v1.8.1

22 Jul 09:46
6609da3
Compare
Choose a tag to compare

Patches

  • Fixed exception during backup creation (#39)
  • Fixed blob rollback logic does not work for backup creation

PrimeBackup v1.8.0

21 Jul 17:32
7ba028c
Compare
Choose a tag to compare

Important

Buggy on backup creation, please use v1.8.1 instead

News

  • Added gitignore-flavor ignore patterns support
    • Python package pathspec is required to installed

Changes

  • Improved blob validation file logging reply messages
  • The debug option can now set PrimeBackup's logger log level to debug
  • Show file count on backup creation

Fixes

  • Fixed cli command extract incorrect help message (#36)

PrimeBackup v1.7.4

20 Apr 10:06
07e78e0
Compare
Choose a tag to compare
  • Fixed not show hover click hint if backup id not clickable (#21)
  • Improved logging messages on exception, so users know what file caused the failure

PrimeBackup v1.7.3

10 Mar 18:48
6631ea8
Compare
Choose a tag to compare
  • Added support for setting permission requirement to the root !!pb command, using the command.permission.root config
  • Fixed scheduled backup triggers twice, not once, if require_online_players is enabled (#20)
  • Fixed backup creating task hangs for world saving until times out if server stops
  • CLI improvements
    • Exit with not-0 code if failed
    • Make extracting backup with root (.) work

PrimeBackup v1.7.2

25 Feb 01:48
699a1f6
Compare
Choose a tag to compare
  • Fixed a few remaing text display issues

PrimeBackup v1.7.1

24 Feb 18:43
b9ca555
Compare
Choose a tag to compare

News

  • Show more backup info on the backup id text in the backup tag related commands
  • Added precise explanation for the restore quick action button. Make it clean that it ignores temporary backups

Fixes

  • Fixed zh_cn translation of the temporary backup tag

PrimeBackup v1.7.0

24 Feb 17:50
50ac7fe
Compare
Choose a tag to compare

News

  • Added config option backup.source_root_use_mcdr_working_directory (#15)
  • Added config option require_online_players and require_online_players_blacklist for scheduled backup (#13)
  • CLI: Now you can use latest and latest_non_temp as the alternatives to backup_id argument

Changes

  • MCDR !!MCDR import command: rename the --no-meta argument to --auto-meta
  • CLI show command: Renamed the shortform of --human from -h to -H
  • Renamed the concept "pre-restore backup" to "temporary backup"
    • Auto migration included
  • DB version is now 2

Fixes

  • Some messages and document texts fix

PrimeBackup v1.6.3

02 Jan 09:28
6dbfc1a
Compare
Choose a tag to compare
  • Fixed wrong backup sorting logic, should use backup timestamp as the key, not backup id
  • !!pb list command: Increased --per-page limit from 20 to 1000