Releases: offen/docker-volume-backup
Releases · offen/docker-volume-backup
v2.7.0
Features
- Allow for env substitution in backup filename #39
v2.6.0
Features
- Allow for notification backends other than email by calling through to shoutrrr #37
- Allow for sending notifications on success as well #37
Deprecations
Using EMAIL_*
values for configuring notifications is still working in this version, but has been marked deprecated. Please refer to the upgrade guide in the README for instructions.
v2.5.0
Features
- update
github.com/otai10/copy
and use PreserveOwner
option 5a6ce81
v2.4.0
Features
- When configured, create a snapshot before creating tar archive #32 (@schwannden)
Refactor
- Reuse hook mechanism for scheduling clean up tasks #33
v2.3.4
Fixes
- Do not follow symlinks when checking whether glob match could be symlink 0c666d0
v2.3.3
Fixes
- os.FileInfo cannot be used for deleting files as it does not contain a full path 3193e88
v2.3.2
This is a mostly cosmetic fix, adjust incorrect log messages in some edge cases.
Fixes
- Exclude symlinks from candidates when pruning local files #31
v2.3.1
Fixes
- Correctly skip TLS Verification when
AWS_ENDPOINT_INSECURE
is set #30 (@schwannden)
v2.3.0
Features
- Automatically create symlink to latest local backup if configured #27
v2.2.0
Features
- Allow S3 authentication via IAM role #26