I am using an external USB drive (WD MyBook Essential) for automatic daily backups using cron and rsync. The drive has its own power supply.
The drive automatically detects when the USB port, which it is connected to, has power (i.e. the "host" it is connected to has been powered up) and powers up its drive. Since my Bubba is up all the time, my external drive is also up all the time and therefore consumes more power than actually needed (since backups only take a fraction of the time the drive is up).
I guess I could make my external drive "go to sleep" (and save power) if I was somehow able to turn off power on the USB port from my Bubba. Then I could build into my cron scripts to turn on power on the port and mount the drive a couple of minutes before running the backup scripts, and do the opposite after finishing the backups. Would this be possible at all? Are there any handles for turning the USB port on/off from Bubba?
Hope you might have some info on this, since I'm quite blank on this one

Best regards
Martin.