I need to to find a way to report on BMR backup status per client.
Is there a command that can be run from the client side (Windows or Linux) that will show BMR status alongside the backup status (either success or failure)? I can't even find a way to do this in OCA for that matter.
Something like a BMR column added to bpclimagelist would be amazing.
# bpclimagelist -client client 1
Backed Up Expires Files KB C Sched Type Policy
---------------- ---------- -------- ----------- - --------------- ------------
09/10/2015 20:22 09/25/2015 39596 15118496 N Incr Backup Linux1
09/09/2015 20:25 09/24/2015 39633 14077344 N Incr Backup Linux1
09/08/2015 20:07 09/23/2015 39544 14998208 N Incr Backup Linux1
09/07/2015 20:22 09/22/2015 1745972 183614688 N Full Backup Linux1
The messiest way I can find is to script bpdbjobs -all_columns into a file and grep for BMRERR and then by elimination you can find your daily BMR successes - I'm not proud of this.