Skip to content

Latest commit

 

History

History
49 lines (22 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

49 lines (22 loc) · 3.15 KB

1.2.0 (2021-05-21)

Features

  • Add support for notifications on Slack and Discord (#46) (f0440c3)

1.1.0 (2021-05-21)

Features

  • Add options to create signatures of checksums (#44) (2d87725)

1.0.0 (2021-05-20)

Bug Fixes

  • Change file ending of encrypted files to gpg (#31) (26480aa)
  • Move backups to temporary folder before unpacking/decrypting (#25) (c1d14c3)
  • Restore now works multiple times on same backup (#29) (2195cf3)

Features

  • Add alpine version of image (#17) (d17c2c4)
  • Add support for pruning a specific volume (#18) (8e81e33)
  • Add support for storing a specific volume (#19) (34f481c)
  • Add support for verifying encryption (#27) (f25bdcd)
  • Add support to restore directly from long-term storage (#20) (6e882b8)
  • Replace verbose mode with log levels (#28) (fe0738f)
  • Use file locks to prevent simultaneous actions (#22) (267e6c9)

BREAKING CHANGES

  • Backup files ending in .enc will no longer be recognized as encrypted backups, and will need to be renamed.

0.9.0 (2021-05-15)