Skip to content

Releases: peterrus/restic-wrapper

v0.3.0

21 Aug 15:17
12bdf84
Compare
Choose a tag to compare
  • Keep configs in separate dir
  • provide example configs (also for rclone)
  • make restic_notify compatible with newer versions of s-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

05 Aug 20:59
6510004
Compare
Choose a tag to compare
  • Demonstrate how to call help
  • Explain mandatory double quote usage for -r option

Refactor and externalize notifications

09 Feb 22:52
Compare
Choose a tag to compare
  • 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 the smtp.env file and has been renamed (see example)

Initial release

23 Jan 15:10
Compare
Choose a tag to compare
v0.1.1

fix typo that prevents proper writing to logfile for cleanup step