Netbackup Detailed Status
Hi Guys,
I am in process of writing a script for checking a particular policy, if the jobs ran successfully or not. I will be comparing with number of files backed up previous date. I will do that. However I am also looking if the job completed partially, I would want to get the list of files skipped or gave error, which is present in detailed status of the job in Activity Monitor. I can get that in command line through bpdbjobs -all_columns. But my problem is how do I organise the output of this command to get only the lines which gave error or were skipped, as this command's output is single line I guess.
Thanks
Sid
Does this help?
http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/symantec-netbackup-18/bpdbjobs-all-columns-59816/
.
And look at Bob Stumpr's description of the structure of the embedded lists here - not the use of [] to denot structures:
http://www.tek-tips.com/viewthread.cfm?qid=855463
...and it looks like I'd forgotten that there are actually three embedded tables.
.
If you want to check whether a file system was backed-up - I would probably use 'bplist' with some judicious use of CLI switches - to detect whether a top-level (or MFD) folder was present in a lisiting for a given time period - or translate a backup ctime to a specific date-time and check specific images by specifying the same begin and end time on the bplist CLI.