Skip to content

Releases: jareware/docker-volume-backup

v2.7.0

14 Aug 18:55
7b15ded
Compare
Choose a tag to compare

Updates & improvements

Full Changelog: v2.6.0...v2.7.0

v2.6.0

06 Jan 19:27
9bd613d
Compare
Choose a tag to compare

Updates & improvements:

  • Fix quote handling in pre/post exec commands by @jareware in #45

Full changelog here.

v2.5.0

31 Dec 10:14
7c752f3
Compare
Choose a tag to compare

Updates & improvements:

  • Add host check in #37
  • Enable pre- and post-scp commands on remote host in #43

Full changelog here.

Thanks @jan-brinkmann!

v2.4.0

07 Nov 19:03
fd07d8e
Compare
Choose a tag to compare

Updates & improvements:

  • Added possibility to change UID:GID of backup file (#26)
  • AWS CLI installation now uses correct architecture (#34)
  • Added support for uploading backup files over scp (#39)

Thanks @jan-brinkmann & @tekgator!

v2.3.0

24 Feb 19:42
a766e6f
Compare
Choose a tag to compare

Updates & improvements:

  • Added support for automatically encrypting backups with a gpg passphrase before being uploaded (#21)
  • Added support for uploading directly to AWS Glacier (#19)

v2.2.0

24 Feb 19:09
c1587cb
Compare
Choose a tag to compare

Updates & improvements:

  • Update AWS CLI to version 2 (#18)
  • Added option for filtering containers by label during pre/post backup exec (#14)

v2.1.0

19 Jun 18:19
b5e54fe
Compare
Choose a tag to compare

Updates & improvements:

  • Updated README with instructions on triggering a backup manually (#8)
  • Fixed issue where timestamps in backup filenames weren't being updated (#10)
  • Included backup rotation instructions in README (#7)
  • Added instructions for changing cron timezone to README (#4)
  • Added support for providing extra args for the AWS CLI (#12)

v2.0.1

18 Dec 20:58
Compare
Choose a tag to compare

This release fixes an issue where the container would not restart properly, without being recreated in between.

v2.0.0

28 Nov 09:19
Compare
Choose a tag to compare

This release adds several small fixes & new features:

  • Use latest Ubuntu LTS as base image
  • Use cron for scheduling, instead of simple sleep calls
  • Stopping other containers is now opt-in rather than opt-out
  • Add date formatting for backup filenames
  • Add option for local archiving of backup files
  • Add support for pre/post exec commands
  • Lots of smaller fixes & simplifications

v1.0.0

23 Nov 16:27
Compare
Choose a tag to compare

Initial public release. Has been in use internally for at least 6 months before this.