I want to generate a report for the savesets for a particular client which got backup within last two days with their SSID, save time, size and volume/volumes (where stored). Volume name is most important to us for restoration purpose. I am not sure whether it can be available in GUI or not.
Deb_PS
156 Posts
0
May 28th, 2015 05:00
Go to NMC > Media > Save Sets > in right hand Side put the Client Name, Date Range, and what ever you need to filter
Once done click on the Save Set List in the right hand side, You should be getting the desired output, what you are looking for
bingo.1
2.4K Posts
1
May 29th, 2015 12:00
IMHO the command line is the easiest way to use:
I want to generate a report for the savesets for a particular client which got backup within last two days with their SSID, save time, size and volume/volumes (where stored). Volume name is most important to us for restoration purpose. I am not sure whether it can be available in GUI or not.
mminfo -q "client= ,savetime>=-2days" -r "client,name,level,savetime,ssid,cloneid,sumflags,total,volume" -ot -xc, > filename
Simply omit/modify the report parameters/options you do not need.