I have a BR job that uses pre/post scripts to power on/off and connect/disconnect a USB drive that is used as an air-gapped repository.
This works just fine but I also have scheduled a monthly health check.
The problem is that the pre/post scripts are not ran for the health check. Is this by design? As a partial workaround, I could use Windows Task Scheduler to run the pre script but what about the post script that disconnects and turns off the USB drive? How can I know when the health check has completed and trigger the post script?