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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number of tapes per client backed up

Status
Not open for further replies.

collective7

Technical User
Mar 12, 2003
44
US
Does anyone know how to get the number of tapes where backups reside for a given client box?
 
Depending on the when ...

bpimmedia -client <ServerName> -d <StartDate mm/dd/yyyy> <StartTime HH:MM:SS> -e <EndDate mm/dd/yyyy> <EndTime HH:MM:SS> -L


This will give you a list of all the tapes for the specified client for the specified time frame.
 
Also, from command-line :-

bpimagelist -media -U -d <Start Date/Time> -e <End date/time> -keyword <keyword phrase> -client <client_name> -policy <policy_name>

Thanx & Rgdz
Karthik R
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top