Skip to content

winbackup 0.2.0-beta

Latest
Compare
Choose a tag to compare
@needs-coffee needs-coffee released this 25 Jun 15:54
· 2 commits to main since this release
8ca1c94

Added

  • Autoconfirm CLI flag (-y/--autoconfirm)
  • Add option for all targets at cli (-a/--all)
  • detect if platform is not windows and quit. Only functions on windows.
  • option to Tar before 7z for all targets
  • Warning added for short password length with interactive config
  • Keys missing in config file are filled with default values

Changed

  • upgrade 7z from version 19 to version 22 (~20% speed increase)
  • Plex dedicated functions removed, backed up as a standard folder
  • check plex database size correctly and decide on splitting - don't always force splitting.
  • Refactoring of backup functions.
  • Removed split-force config option

Fixed

  • Fix performance bug if compression level = 0 (store) (remove md + m0 cli flags)