Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Networker 7.2 Backup report

Status
Not open for further replies.

timeiu79

MIS
Joined
Oct 31, 2006
Messages
29
Location
US
I'm a Networker newbie, so please bear with me. For a long time, our backups have required a change of tapes roughly 1 time per month. For the past few months, however, I am changing the tapes about 1 time per week, and I'm not sure why they are filling up so quickly. Is there a way to view a report of what is being backed up and the size of the data being backed up, so I can see what has changed? Is there something else I should be checking? Thanks!
 
Look at the media report and check the media capacity. If there is an unrecoverable write error, NW will set the tape to full prematurely which might explain the behavior.
 
Where can the media report be found?
 
As i do not know your version, the easiest was is to run this command : mminfo -m
 
Ok, I got the report, so I'm looking for tapes that are marked "full" with the data on them being below capacity, correct?
 
Sure. It's the only logical combination.
 
Hi

command mminfo combination example:
backup_client_last_week
#mminfo -a -t 'last week' -q "client="client_name"" -r client -r 'sscomp(18),client,name,totalsize'

bckup_in_time_info
#mminfo -a -q "savetime>=mm/dd/yy,savetime<=mm/dd/yy" -r "savetime,group,client,totalsize,name,pool"

... many resources
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top