Releases: peterrus/docker-s3-cron-backup
Releases · peterrus/docker-s3-cron-backup
v2.0.4
What's Changed
- Fixing target not taken into account by @webalexeu in #16
New Contributors
- @webalexeu made their first contribution in #16
Full Changelog: v2.0.3...v2.0.4
v2.0.3
Small documentation and typo fixes.
Full Changelog: v2.0.2...v2.0.3
v2.0.2
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
- Bugfix: properly detect optional webhook
Full Changelog: v1.4.0...v1.4.1
v1.4.0
1.3.0
Multiple targets
Adds ability to optionally target multiple directories.
Thanks stex79 for your work on this.
S3 Storage Type
Adds ability to select S3 storage type
Upgrade to Python 3
Thanks https://github.com/jayesh100 for your work on this.