Skip to content

v0.7.0

Compare
Choose a tag to compare
@mcanevet mcanevet released this 03 May 13:32
· 685 commits to master since this release
0.7.0

Breaking changes

  • environment variable FULL_IF_OLDER_THAN renamed to CONPLICITY_FULL_IF_OLDER_THAN (fixes #28)
  • environment variable REMOVE_OLDER_THAN renamed to CONPLICITY_REMOVE_OLDER_THAN (fixes #28)

Features

  • Persist duplicity cache again (fixes #12)
  • Do not backup duplicity cache (fixes #16)
  • Remove temporary volumes (fixes #23)
  • Add support for removing old backups (fixes #4)
  • Launch duplicity cleanup after backup (fixes #19)
  • Add support for volumes blacklisting with environment (fixes #21)

Internals

  • Pass --name vol.Name to duplicity (fixes #17)
  • Refactor provider code with a PrepareBackup() interface method (fixes #24)
  • Refactor launching duplicity container into handler (fixes #26)