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

start date and finish date for client backup

Status
Not open for further replies.

jjrinconbayon

Technical User
May 14, 2002
31
ES
Hi,

how can i get the start date and the finish date for a specified client backup or a group backup
i am interested in get it using command line

Regards,
Juanjo
 
This is something that must be extracted from the logs. It is not possible
to query the media db for this purpose.
 
If you want it for hte savesets, you can do this with mminfo and the query options of sscreate and sscomp (completion time).
 
if you want to query all starttimes of you scheduled backup try nsradmin:

nsradmin> . type : NSR group;start time <enter>
print <enter>


 
for example,

#Client=ClientProve
#StartDate=/01/01/03
#mminfo -q &quot;client=${Client},savetime>=${StartDate} 00:00:00&quot; -r &quot;sscomp&quot; | tail +2 | sort -u | tail -1

Thanks again,
Juanjo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top