I need a solution
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