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

mminfo querry

Status
Not open for further replies.

jciarlette

Technical User
Aug 27, 2002
60
0
0
US
I am trying to get a list of tapes that were used for a backup on a particular day. The command line I am trying is:

mminfo -m -t "05/21/04"

or

mminfo -m -q"savetime=05/21/04"

They both return either an error or that no media was found that fit the criteria.

someone help me please.

John
 
I forgot to mention that when I do use the command:

mminfo -m -t"05/21/04"

It gives me a list of all tapes used since then.

 
Use

mminfo -q "savetime= time" -r "volume"

 
You will find that the query you have used needs an exact match for the savetime. You will fare better if you use a range, such as
mminfo -q "savetime>05/21/04,savetime<06/21/04
 
You will find that the query you have used needs an exact match for the savetime. You will fare better if you use a range, such as
mminfo -q "savetime>05/21/04,savetime<05/22/04
 
Thank you all. I did not know I could do a range like that.

You guys/gals are great.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top