daniel1965
Programmer
I am attempting to write a script that will (hopefully) be able to analyze the status of the most recent backups peformed in each group. At the moment I am using nsradmin to extract results via the completion attribute:
nsradmin -i paramfile
where paramfile contains :
show completion
print type:NSR group;name: <I put the group-name here>
As far as I am aware, the completion attribute displays the following 4 pieces of info for each client saveset :
1.client name
2.path saved (i.e. the saveset)
3.status (e.g. succeeded/failed, level of backup,etc.)
4.output messages
So far, I have seen examples where the above status is set to "succeeded" and where it is set to "failed". With regard to the Savegroup Completion Notification Message (that appears in /nsr/logs/messages), I am assuming "succeeded" savesets are listed under "Successful Savesets" and "failed" savesets under "Unsuccessful Savesets". Is this correct?
I am also assuming aborted savesets are just flagged with a "failed" status (?).
But what about "Never Started Savesets"? Are they also shown in the completion attribute? If so, what would the status be set to?
nsradmin -i paramfile
where paramfile contains :
show completion
print type:NSR group;name: <I put the group-name here>
As far as I am aware, the completion attribute displays the following 4 pieces of info for each client saveset :
1.client name
2.path saved (i.e. the saveset)
3.status (e.g. succeeded/failed, level of backup,etc.)
4.output messages
So far, I have seen examples where the above status is set to "succeeded" and where it is set to "failed". With regard to the Savegroup Completion Notification Message (that appears in /nsr/logs/messages), I am assuming "succeeded" savesets are listed under "Successful Savesets" and "failed" savesets under "Unsuccessful Savesets". Is this correct?
I am also assuming aborted savesets are just flagged with a "failed" status (?).
But what about "Never Started Savesets"? Are they also shown in the completion attribute? If so, what would the status be set to?