Browse Client Index of Old Savesets

MOBrien

Newcomer
Joined
Jun 16, 2011
Messages
1
Reaction score
0
Points
0
We ran into an issue with browsing some old Networker client indexes when attempting to recover expired data from tape. We could not find the answer anywhere but was able to piece it together little by little until we got it. This inspired us to publish what we found in the hopes that we would save some other poor soul the trouble we experienced. Anyway here you go.

Find the ssid,cloneid:
mminfo -q "volume=XXXXXX" -r ssid,cloneid

Next mark the SSID as recoverable:
nsrmm -yo notrecyclable -S ssid#/cloneid#

Next increase browse and retention time for the clients you want to recover using the GUI and going into the client properties

Finally recover the index data using the nsrck command:
nsrck -L7 -t mm/dd/yyyy clientname
 
Back
Top