C_Moisan
13 years agoLevel 4
Moving data from LTO-2 to LTO-4
Could anyone tell me if there's a simple way to move lots of data from LTO-2 to LTO-4 easily? We are getting rid of LTO-2s and I would like to transfer everything to LTO-4 or even LTO-5. I have about 500 LTO-2 tapes so doing this manually one by one would be a PITA...
thanks!
- Two choices, bupilcate all the images, or duplicate all the tapes - all tapes is probably easier. A list of tapes containing images can be found from : bpmedialist You can then run a loop and feed the tape list into bpduplicate command Eg. cat media_list |while read TAPE do bpduplicate -id $TAPE -dstunit
-dp done where 'media_list' is a file containing a list of the media ids. Martin