Here some of use full combinations of mminfo
Generally mminfo resides in /usr/sbin in unix, c:\programfiles\legato\nsr\bin in windows .
To query a client backup info for past 120 Hours:
/usr/sbin/mminfo -avot -c axx.domain.com -t "-120 hours"
some times we can use grep effectively with networker command :
for example above command we can use in alternative way:
/usr/sbin/mminfo -avot -t "-120 hours" | grep -i axx.domain.com
To Query a client backup info with ssid , size of saveset, tape info
mminfo -q "client= axx.domain.com" -r "ssid,name,totalsize,savetime,volume" -t '60 hours ago'
No comments:
Post a Comment