Skip to content

v0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 23:10
· 499 commits to master since this release

This a maintenance release:

  • add a new parameter run-after-fail which is running the shell commands after any kind of failure (during other commands or during restic execution)
  • a minor breaking change if you use the repository auto-initialization, it will now run after the run-before scripts. It makes more sense this way (in case you mount your backup disks in run-before for example)

Changelog

2321bf9 add raspberry pi to supported platforms
1efeb81 add run-after-fail parameter to run shell commands after a restic command failed. the auto initialization of a repository now happens after the "run-before" scripts (in version 0.7.0 it was happening before)
80ddc06 detect panic and display a nice message asking the user to post details on github
9ca91d0 fix self-update not working on windows
d32c172 run self-update command with no configuration file