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

mminfo show dependant save set

Status
Not open for further replies.
Joined
May 13, 2005
Messages
5
Location
IT
Hi everyone,
I'm trying to guess how can i find save sets that depends from a specific one (to verify why a volume wasn't recycled) .

I've found on the mminfo manual page the pssid flag , but it doesn't seem to be useful (as per the following example it's always 0 instead of showing the full or the preceding incremental)

root@bck-test # mminfo -avot -t"1 week ago" -q"client=bck-client-001,name=/" -r"barcode,client,savetime(20),sumsize,ssid,pssid,level,name"
barcode client date time size ssid prev ssid lvl name
006380 bck-client-001 02/10/10 03:51:57 968 MB 41033553 0 full /
006382 bck-client-001 02/11/10 03:17:56 233 KB 2540923093 0 incr /
006382 bck-client-001 02/12/10 03:18:14 23 KB 1534376551 0 incr /
006383 bck-client-001 02/13/10 03:15:56 11 KB 1131809645 0 incr /
006382 bck-client-001 02/14/10 03:26:28 5 KB 2289524564 0 incr /
006384 bck-client-001 02/15/10 03:16:41 124 KB 2440605318 0 incr /
006384 bck-client-001 02/16/10 03:16:32 5 KB 1585053699 0 incr /


any suggestion?

 
To the best of my knowledge, there is no straight way.

Let me suggest a 2-step procedure like this
# mminfo -t"1 week ago" -q"client=bck-client-001,name=/" -r "ssid"
# mminfo -q "ssid=...." -r volume
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top