Depends on _WHAT_ software wrote on the tape. If you are reading from 'standard' UNIX style file marks and some variant of tar you can do whatever you want but I wouldn't recommend hopping too many file systems since you'll lose all file metadata.
If you are using some Windows backup software you'll need to use that to dearchive the file sets and either write them back out to the new medium. That's not even considering size packing. WinTAR is CRAP, just use Linux (FYI even Linux to *BSD is problematic due I buffering and link discipline issues plus BSD tar and GNU tar are not always compatible). Whatever you wrote the tape with, read it back with the same across the entire hardware and software stack. Everything else is painful. NEVER use drive's hardware compression unless you have a case of those exact drives. Especially with HP drives. Seriously there be evil evil dragons or even what dragons are afraid of. I've done petabytes worth of this kind of work and it always blows unless your process is as hardware/software agnostic as possible. I also avoid incremental since the rebuild swap media game can go to hell. When I did this in a past life I'd use Linux (our customers were either SGI or Linux centric on injestion). Organized file marks by logical order (ie. one data set folder per mark) an appended a log of the tape write at the END of the tape. This way not stuck in catalog hell and can always compare crc's (in my case used MD5 in and on the logs to validate against corruption). Let's not talk about catalogs... I so hate you Veritas BackupExec. Seriously... I don't miss tapes (or UDO OSARS). -- Sean (mobile) > On Dec 2, 2013, at 3:37 PM, Aemilianus Kehler <zew...@gmail.com> wrote: > > Why can't you read LTO-2, and then just write the accessed data straight to > LTO-6? It's like saying i want to go from a USB NTFS hdd and move the data to > a USB 3 ext3 hdd. > > As long as I have a USB port and a OS that can understand both file > structures should be no issue. > > Cheers!! > >> On Dec 2, 2013, at 2:20 PM, d-_-b <thor.robin...@gmail.com> wrote: >> >> So you want LTO-3, LTO-4 and LTO-5 machines. LTO-2 --> LTO-3 , LTO-3 --> >> LTO-4, LTO-4 --> LTO-5, and then read the LTO-5 with the new machine. >> >> >>> On Mon, Dec 2, 2013 at 2:16 PM, Aemilianus Kehler <zew...@gmail.com> wrote: >>> Yes, we'll either way I need a way to transfer data from LTO-2 to LTO-6 >>> >>> Cheers!! >>> >>> On Dec 2, 2013, at 1:28 PM, cstann...@gmail.com wrote: >>> >>> > Tapes still exist? >>> > >>> > -----Original Message----- >>> > From: Aemilianus Kehler <zew...@gmail.com> >>> > Sender: discuss-bounces@lists.skullspace.caDate: Mon, 2 Dec 2013 12:19:03 >>> > To: Discuss Skullspace<discuss@lists.skullspace.ca> >>> > Reply-To: discuss@lists.skullspace.ca >>> > Subject: [SkullSpace-Discuss] LTO-2 tape reader >>> > >>> > Does anyone have one of these i could borrow? The drive at my work died >>> > and we plan on going to the newer LTO 5 or 6 I believe, from what I heard >>> > they can only read tape 2 formats back. So LTO 6 tape drive would only be >>> > able to read LTO-4, 5, and 6 tapes. >>> > >>> > Please let me know, thanks! >>> > >>> > Cheers!! >>> > _______________________________________________ >>> > SkullSpace Discuss Mailing List >>> > Help: http://www.skullspace.ca/wiki/index.php/Mailing_List#Discuss >>> > Archive: https://groups.google.com/group/skullspace-discuss-archive/ >>> > >>> > _______________________________________________ >>> > SkullSpace Discuss Mailing List >>> > Help: http://www.skullspace.ca/wiki/index.php/Mailing_List#Discuss >>> > Archive: https://groups.google.com/group/skullspace-discuss-archive/ >>> _______________________________________________ >>> SkullSpace Discuss Mailing List >>> Help: http://www.skullspace.ca/wiki/index.php/Mailing_List#Discuss >>> Archive: https://groups.google.com/group/skullspace-discuss-archive/ >> >> >> >> -- >> ) thor.robinson; >> ) icon/phreshlyspun/ppca/skullspace >> -- >> -----BEGIN GEEK CODE BLOCK----- >> Version: 3.12 >> GMU/O/AT/! d- s+:+ a C++++ UL++++ P L+++@ E---- W@ N! o K? w--- >> O- M-- V? PS+++ PEY+ PGP+ t+ 5+ X R tv++ DI++ D++ G+ e* h-- r y+ z+ >> ------END GEEK CODE BLOCK------ >> _______________________________________________ >> SkullSpace Discuss Mailing List >> Help: http://www.skullspace.ca/wiki/index.php/Mailing_List#Discuss >> Archive: https://groups.google.com/group/skullspace-discuss-archive/ > _______________________________________________ > SkullSpace Discuss Mailing List > Help: http://www.skullspace.ca/wiki/index.php/Mailing_List#Discuss > Archive: https://groups.google.com/group/skullspace-discuss-archive/
_______________________________________________ SkullSpace Discuss Mailing List Help: http://www.skullspace.ca/wiki/index.php/Mailing_List#Discuss Archive: https://groups.google.com/group/skullspace-discuss-archive/