Nightly Backup Status

cmartin

ADSM.ORG Member
Joined
Jul 16, 2008
Messages
3
Reaction score
0
Points
0
We're in the process of migrating from netbackup to networker, problem is, I have a lot of scripts that I have to convert to networker. The actual script isn't the problem, finding the command is:

How do I pull a status of all the backup jobs that ran the previous night with a possible status?

I thought I could use:
mminfo -v CLIENTNAME -t today

But it doesn't give me a status.

Thanks in advance.
 
mminfo -v -q "client=name, time='today'" -r "name, time, size, sumflags ...."

should do the job.
 
Thank you, I'll try it and see how it goes...
 
Thanks for the reply. Although I did get the command to work, it wasn't what I needed.

Basically I need to know for each server I back up what it's backup return code is, or what message the backup ended with. Whether or not it's successful.

Is the mminfo command the correct command to use for this?
 
Back
Top