Skip to content

Releases: peterrus/docker-s3-cron-backup

v2.0.4

04 Jun 20:56
bd03ee6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

22 Mar 11:53
Compare
Choose a tag to compare

Small documentation and typo fixes.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

22 Mar 11:40
Compare
Choose a tag to compare

Important changes:

  • Backup script is no longer running as root. Make sure a user with UID 1000 (The backup user inside the container) has permissions to read the target.
  • Upgraded to aws-cli 2.x instead of 1.x
  • Upgraded to Alpine 3.19.1

Full Changelog: v1.4.1...v2.0.2

v1.4.1

05 Apr 16:58
Compare
Choose a tag to compare
  • Bugfix: properly detect optional webhook

Full Changelog: v1.4.0...v1.4.1

v1.4.0

05 Apr 16:43
Compare
Choose a tag to compare

What's Changed

  • Configurable S3 endpoint; Success webhook support by @f213 in #11

New Contributors

  • @f213 made their first contribution in #11

Full Changelog: 1.3.0...v1.4.0

1.3.0

11 Feb 22:24
Compare
Choose a tag to compare
  • More deterministic builds
  • Updated to Alpine 3.15 and awscli 1.22.54

Multiple targets

27 Nov 17:25
Compare
Choose a tag to compare

Adds ability to optionally target multiple directories.
Thanks stex79 for your work on this.

S3 Storage Type

04 Oct 08:18
Compare
Choose a tag to compare

Adds ability to select S3 storage type
Upgrade to Python 3

Thanks https://github.com/jayesh100 for your work on this.