Would be nice to be able to configure the --host argument to the backup command.
My shell (zsh on macos) has a HOST environment variable, so an easy fix for me is to simply add --host "$HOST" \ to the backup command, and then exporting HOST in the runner config file. This is probably not portable though.
Would be nice to be able to configure the
--hostargument to the backup command.My shell (zsh on macos) has a
HOSTenvironment variable, so an easy fix for me is to simply add--host "$HOST" \to the backup command, and then exportingHOSTin therunnerconfig file. This is probably not portable though.