Andrew :latin_cross: on Nostr: Hotfix for hooks. https://git.andrewnw.xyz/CyberShell/backy/releases/tag/v0.6.1v0.6.1 ...
Hotfix for hooks.
https://git.andrewnw.xyz/CyberShell/backy/releases/tag/v0.6.1v0.6.1 - 2025-01-04Fixed
When running a list, hooks now run explicitly after the command executes. Fixed panic due to improper logic.
https://git.andrewnw.xyz/CyberShell/backy/releases/tag/v0.6.1v0.6.1 - 2025-01-04Fixed
When running a list, hooks now run explicitly after the command executes. Fixed panic due to improper logic.
quoting nevent1q…hqjuVersion of backy 0.6.0 has been released.
I have been working on an application for command configuration.
In the latest version, I have added package configuration. I have also added the ability to run commands in parallel over many hosts.
Future plans are to add user configuration.
See docs for package configuration here: https://backy.cybershell.xyz/config/packages/index.html
See docs for parallel command execution here: https://backy.cybershell.xyz/cli/exec/index.html
Change log:
https://git.andrewnw.xyz/CyberShell/backy/src/branch/master/CHANGELOG.md
In case you want a quick run-down of the app's features:
- Allows easy configuration of executable commands
- Allows for running package operations
- Allows configuring failure, success, and final hooks
- Allows for commands to be run on many hosts over SSH
- Commands can be grouped in list to run in specific order
- Notifications on completion and failure
- Run in cron mode
- For any command, especially backup commands