Releases: offen/docker-volume-backup
Releases · offen/docker-volume-backup
v2.14.0
Features
- Allow multiple schedules in the same container #78
Docs
- update custom docker host documentation for pre/post commands #77 (thanks @rpatel3001)
v2.13.0
Features
- Add option to run pre/post commands for any container #73
Fixes
- Do not skip directories when creating tar archive #72
Docs
v2.12.0
Features
- Supporting proxied Docker APIs through DOCKER_HOST #70
v2.11.2
Fixes
- Fixed calucation of
TookTime
metric #66
v2.11.1
Fixes
- Ensure end time is recorded for unsuccessful runs too #62
Refactor
- Add integration test setup for notification feature #61
- Split source into multiple files, deduplicate pruning logic, do not parse templates when notifications are not used #63
v2.11.0
Features
Additonal note for everyone upgrading: #60 replaced sleeping for BACKUP_PRUNING_LEEWAY
with a change in how the threshold for purgable backups is calculated. This means that if you used a relatively high value for BACKUP_PRUNING_LEEWAY
, your backup procedure will now be noticeably shorter. This is expected behavior and the outcome is the exact same.
v2.10.1
Fixes
- skip sockets when creating tar archive 3bb99a7
v2.10.0
Features
- Update base docker image to alpine 3.15 #53
v2.9.0
Features
- Allow path to be set for bucket storage #52