Skip to content

Releases: offen/docker-volume-backup

v2.7.0

22 Dec 13:48
@m90 m90
c062710
Compare
Choose a tag to compare

Features

  • Allow for env substitution in backup filename #39

v2.6.0

18 Dec 09:41
@m90 m90
Compare
Choose a tag to compare

Features

  • Allow for notification backends other than email by calling through to shoutrrr #37
  • Allow for sending notifications on success as well #37

Deprecations

Using EMAIL_* values for configuring notifications is still working in this version, but has been marked deprecated. Please refer to the upgrade guide in the README for instructions.

v2.5.0

29 Nov 14:39
@m90 m90
Compare
Choose a tag to compare

Features

  • update github.com/otai10/copy and use PreserveOwner option 5a6ce81

v2.4.0

08 Nov 18:16
@m90 m90
210c7d4
Compare
Choose a tag to compare

Features

  • When configured, create a snapshot before creating tar archive #32 (@schwannden)

Refactor

  • Reuse hook mechanism for scheduling clean up tasks #33

v2.3.4

03 Nov 17:28
@m90 m90
Compare
Choose a tag to compare

Fixes

  • Do not follow symlinks when checking whether glob match could be symlink 0c666d0

v2.3.3

02 Nov 05:46
@m90 m90
Compare
Choose a tag to compare

Fixes

  • os.FileInfo cannot be used for deleting files as it does not contain a full path 3193e88

v2.3.2

31 Oct 19:12
@m90 m90
c391230
Compare
Choose a tag to compare

This is a mostly cosmetic fix, adjust incorrect log messages in some edge cases.

Fixes

  • Exclude symlinks from candidates when pruning local files #31

v2.3.1

28 Oct 18:14
@m90 m90
Compare
Choose a tag to compare

Fixes

  • Correctly skip TLS Verification when AWS_ENDPOINT_INSECURE is set #30 (@schwannden)

v2.3.0

01 Oct 18:16
@m90 m90
789fc65
Compare
Choose a tag to compare

Features

  • Automatically create symlink to latest local backup if configured #27

v2.2.0

30 Sep 17:40
@m90 m90
d7ccdd7
Compare
Choose a tag to compare

Features

  • Allow S3 authentication via IAM role #26