when I first learned about the new VEB 1.5 feature to eject USB backup media after the backup has completed, I thought it to be a very nice idea. Taking a second look, however, I was somewhat disappointed about the "one way" implementation (no built in way to recover the drive again, so this option will always require some manual user intervention after the drive has been disabled). But, as disappointmend sometimes is a good motivation, I eventually came up with a way to overcome this limitation - it works like that:
- VEB is installed and configured to run a backup whenever its backup device is being connected (no other schedule) and to eject it when completed
- A small script (just eight lines of code) with the ability to reconnect&restart the ejected drive is being created and scheduled with Windows Task Scheduler (WTS)
- Now any appropriate combination of WTS triggers can be used to start a backup by just spinning up the USB drive and thus causing VEB to start a backup and to subsequently eject the drive again
I compiled a short PDF tutorial on how to do this, but I'm not sure about an appropriate way to share a PDF document with this forum. Any recommendations on this?