Releases: peterrus/restic-wrapper
Releases · peterrus/restic-wrapper
v0.3.0
- Keep configs in separate dir
- provide example configs (also for rclone)
- make
restic_notify
compatible with newer versions ofs-nail
If you are running an older version of restic_wrapper
you will need to review config file locations and the contents of smtp.env
.
Full Changelog: v0.2.1...v0.3.0
Miscellaneous documentation updates
- Demonstrate how to call help
- Explain mandatory double quote usage for -r option
Refactor and externalize notifications
- Externalize notification functionality to make the script a lot simpler (and refactored a bunch).
- Improved argument handling
- Made the docs a bit more extensive
Breaking changes:
- Make sure you change the way you call
restic_wrapper
to make it compatible with the new way of passing arguments - The
MAILTO
configuration variable was moved to thesmtp.env
file and has been renamed (see example)
Initial release
v0.1.1 fix typo that prevents proper writing to logfile for cleanup step