Summary
Since this is a new majorish feature, here's a new release: v1.1.0.
New feature: Bash based pre.d and post.d user hooks
Optionally user supplied bash scripts can now run before or after backup. Updates have been made to the README.md, .env.example and docker-compose.yml with guidance on using this feature.
In short:
If you need to run custom bash scripts before or after the backup completes, you can supply these with the $PRE_HOOK_DIR and POST_HOOK_DIR mechanism / directories. See the .env.example and ensure you mount the required directories within the container in the docker-compose.yml.
What's Changed
- Fix for #44. by @Aterfax in #51
- Add new feature: User hooks by @Aterfax in #52
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #48
- Bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #49
Full Changelog: v1.0.0...v1.1.0