Skip to content

Releases: adamkoro/docker-volume-backup-s3

v2.2.0

22 Jan 16:40
03ba4cc
Compare
Choose a tag to compare

Features:

  • Clean up created tar.gz file

Fixes:

  • Added current date to log messages

Full Changelog: v2.1.0...v2.2.0

v2.1.0

28 Dec 17:48
1860a35
Compare
Choose a tag to compare

Release notes

Fix issue - cloud not upload file to S3

Fixed issues

Issue: #2
Pull request: #3

Docker images

adamkoro/docker-volume-backup:v2.1.0
adamkoro/docker-volume-backup:1860a35

v2.0.0

28 Dec 16:59
5dda9b7
Compare
Choose a tag to compare

Release notes

Main focus was on to change minio to s3cmd. More here: #1

Features

  • When you set up $BACKUP_NAME environment variable, if contains _ that will be change to -.
  • Automatic delete backups from bucket. You can configure via this environment variable: NUMBER_OF_BACKUPS. That is the number of files, what you want to keep. Default value is 2

Docker images

adamkoro/docker-volume-backup:v2.0.0
adamkoro/docker-volume-backup:5dda9b7

v1.0.0

28 Dec 14:50
Compare
Choose a tag to compare

First release which is uses Minio client to communicate S3 based storages