Networker

Re: [Networker] List of tapes

2013-09-18 12:36:12
Subject: Re: [Networker] List of tapes
From: BK Tech-Support <mdgeek AT LIVE DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Wed, 18 Sep 2013 12:22:16 -0400
CMD works best, as that allows more flexibility in listing just about time 
frame you specify.
Try the following:
 ---------------open Windows console/DOS--------
mminfo -av -q "savetime>=09/16/2013 12:00 ,savetime<=09/18/2013" -r 
"volume,pool,location" | find /I "Daily-offsite"
--------------
OR to put it in a text file, do...

set mydate=%date:~10,4%%date:~4,2%%date:~7,2%

mminfo -av -q "savetime>=09/10/2013 12:00 ,savetime<=Now" -r 
"volume,pool,location" | find /I "Daily-offsite" > "%mydate%-DailyTapes.txt

<Prev in Thread] Current Thread [Next in Thread>