rustic v0.9.2 / v0.9.3 #1310
simonsan
announced in
Announcements
Replies: 1 comment 1 reply
-
Here are some use cases which might be interesting to use hooks for: Global hooks:
Repository hooks:
Backup hooks:
If you have a nice use-case yourself, please share it with others! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UPDATE: rustic v0.9.2 introduced an issue that was breaking everyone's workflow. This has been fixed now in a patch release: https://github.com/rustic-rs/rustic/releases/tag/v0.9.3
Hello
rustic
eans,this release might look small, but it contains a very exciting new feature: 🪝Hooks.
Hooks are commands that are run during certain events in the application lifecycle. They can be used to run custom scripts or commands before or after certain actions.
The documentation you can find in our user docs and in the config docs.
@mueckinger also contributed a CI workflow to automatically build and publish a Docker image on release! So you can easily use rustic now in your Docker setup. Thank you for that!
We hope this release is helpful to you, if you are experiencing any issues, please open an issue in our issue tracker!
Changelog
Features
Miscellaneous
This discussion was created from the release rustic v0.9.2.
Beta Was this translation helpful? Give feedback.
All reactions