Skip to content

Releases: offen/docker-volume-backup

v2.1.1

13 Sep 07:42
@m90 m90
6cf5cf4
Compare
Choose a tag to compare

Fixes

  • Ensure script always tries to remove local artifacts even when backup failed #25

v2.1.0

09 Sep 07:21
@m90 m90
5d400cb
Compare
Choose a tag to compare

Features

  • Enable sending out email notifications on failed backups #24

v2.0.1

06 Sep 18:02
@m90 m90
55d030a
Compare
Choose a tag to compare

Fixes

  • Fix handling of symlinks in backup targets #22

v2.0.0

30 Aug 18:48
@m90 m90
70daa03
Compare
Choose a tag to compare

v2 is a complete rewrite of the bash script from v1 in Go. This is easier to maintain and extend, and brings down the image size to less than 15MB (as compared to 100MB with v1).

Updating from v1

v2 is almost entirely compatible with v1 with one breaking change:

MC_GLOBAL_OPTIONS has been removed

As v2 does not consume the mc MinIO client anymore, there is no way to pass global options to its invocations anymore. If you were using this option, you can now set AWS_ENDPOINT_INSECURE="true" if you were relying on such behavior (#1).


All other options from v1 are still supported as is, so in these cases you can update the image in use without any further actions required.

v2.0.0 RC 1

29 Aug 07:19
@m90 m90
Compare
Choose a tag to compare
v2.0.0 RC 1 Pre-release
Pre-release

v2 is a complete rewrite of the bash script from v1 in Go. This is easier to maintain and extend, and brings down the image size to less than 15MB (as compared to 100MB with v1). If you plan to use the Release candidate (which would be great), please expect to encounter bugs or strange behavior in certain edge cases. Please raise an issue on this repository in case you do.

Updating from v1

v2 is almost entirely compatible with v1 with one breaking change:

MC_GLOBAL_OPTIONS has been removed

As v2 does not consume the mc MinIO client anymore, there is no way to pass global options to its invocations anymore. If you were using this option, you can now set AWS_ENDPOINT_INSECURE="true" if you were relying on such behavior (#1).


All other options from v1 are still supported as is, so in these cases you can update the image in use without any further actions required.

v1.8.3

20 Aug 20:50
@m90 m90
Compare
Choose a tag to compare

Fixes

  • prefix mtime param with a +, use -name param for passing pattern to find, use proper arg order b7ba0e0

v1.8.2

20 Aug 10:28
@m90 m90
b558a57
Compare
Choose a tag to compare

Fixes

  • Use find instead of mc for pruning local backups #17

v1.8.1

19 Aug 14:41
@m90 m90
Compare
Choose a tag to compare

Please update to this release in case you are using 1.8.0 as soon as possible as 1.8.0 might inadvertently eat all of your backups under certain circumstances 🎭

Fixes

  • fix blank variable when creating target 0782af8

v1.8.0

19 Aug 12:16
@m90 m90
Compare
Choose a tag to compare

DO NOT USE THIS VERSION, IT CONTAINS A SERIOUS BUG THAT MIGHT CAUSE DATA LOSS

Features

  • Allow passing prefix to limit pruning ops #15

v.1.7.0

19 Aug 09:23
@m90 m90
8c7ffc3
Compare
Choose a tag to compare

Features

  • Enable local backups and their rotation #14