cancel
Showing results for 
Search instead for 
Did you mean: 

bperror to show only backups

J_H_Is_gone
Level 6

bperror -U  -problems -hoursago 24

 

this is the bperror command I currently have.

 

but this shows errors for restores as well as backups.

 

does anybody know the trick to get to only show errors for backups.

I tried the -t backstat but that gives me restore errors as well.

 

1 ACCEPTED SOLUTION

Accepted Solutions

Karthikeyan_Sun
Level 6
To Display Only Backup Jobs:
 
D:\Program Files\VERITAS\NetBackup\bin\admincmd>bperror -U  -problems -hoursago
24 -s ALL -t BACKUP
 
To Display Only Restore Jobs:
 
D:\Program Files\VERITAS\NetBackup\bin\admincmd>bperror -U  -problems -hoursago
24 -s ALL -t RETRIEVE
 
Check and Let me Know the Output !!! 

View solution in original post

2 REPLIES 2

Karthikeyan_Sun
Level 6
To Display Only Backup Jobs:
 
D:\Program Files\VERITAS\NetBackup\bin\admincmd>bperror -U  -problems -hoursago
24 -s ALL -t BACKUP
 
To Display Only Restore Jobs:
 
D:\Program Files\VERITAS\NetBackup\bin\admincmd>bperror -U  -problems -hoursago
24 -s ALL -t RETRIEVE
 
Check and Let me Know the Output !!! 

J_H_Is_gone
Level 6
the -t backup worked  ( i missed seeing that in the man pages)