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

Browse recov Saveset

Status
Not open for further replies.

eas115

Technical User
Aug 13, 2003
14
GB
How do I merge a recov saveset back into the index.

Many thanks,

Neil
 
Hi,

simple way is to mount the tape and then issue:

scanner -iv -S(savesetid) <drivename>

this will then scan the tape and rebuild the client index entries (and media if necessary) for the saveset you want. It will scan the entire tape so could take some time.

Alternatively, to scan just the saveset and fast-forward to the right part of the tape do the following:

mminfo -r'volume,mediafile,mediarec' -qssid=(savesetid)

scanner -ivf(mediafile) -r(mediarec) -S(savesetid) <drivename>

Hope this helps
 
You can &quot;merge&quot; the saveset in the index using this command:
scanner -i -S <ssid>
(Read the scanner.pdf for syntax)
 
Many thanks to both, very helpful, merge is underway.

Regards,

Neil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top