Releases: jareware/docker-volume-backup
Releases · jareware/docker-volume-backup
v2.7.0
Updates & improvements
- Enable pre and post commands by @jan-brinkmann in #46
- Rename PRE|POST_COMMAND to PRE|POST_BACKUP_COMMAND and move them. by @jan-brinkmann in #48
- Add rotate backups to documentation by @jan-brinkmann in #50
- Docker/improve layers by @varhub in #54
- Lightweight docker install (docker-cli) (requires >=18.09) by @varhub in #53
- Add influxdb v2 api token support by @makeri89 in #62
Full Changelog: v2.6.0...v2.7.0
v2.6.0
v2.5.0
v2.4.0
v2.3.0
v2.2.0
v2.1.0
Updates & improvements:
- Updated README with instructions on triggering a backup manually (#8)
- Fixed issue where timestamps in backup filenames weren't being updated (#10)
- Included backup rotation instructions in README (#7)
- Added instructions for changing
cron
timezone to README (#4) - Added support for providing extra args for the AWS CLI (#12)
v2.0.1
v2.0.0
This release adds several small fixes & new features:
- Use latest Ubuntu LTS as base image
- Use
cron
for scheduling, instead of simplesleep
calls - Stopping other containers is now opt-in rather than opt-out
- Add
date
formatting for backup filenames - Add option for local archiving of backup files
- Add support for pre/post exec commands
- Lots of smaller fixes & simplifications