Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: "duplicating" DAT tape in unix  (Read 7895 times)

0 Members and 1 Guest are viewing this topic.

greyfell

  • Guest
"duplicating" DAT tape in unix
« on: June 19, 2006, 03:49:38 PM »
I wish to make a duplicate of the contents of a DAT tape, for backup purposes, on a device running HP-UX, if that's important. My thought is to
1) view the contents of the source tape,
2) copy the contents of the source tape to a directory on the hard drive,
3) insert a destination tape,
4) format the destination tape as needed,
5) copy the contents from the directory on the hard drive to the destination tape,
6) and view the contents of the destination tape, to verify all files copied.

Somewhere along the line I am pretty sure I need to use the dd command, but my Unix knowledge is too little and too many years in cold storage. The DAT drive is /dev/rdt/tape2.

Please help. Thanks!

Stephen :-?

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Re: "duplicating" DAT tape in unix
« Reply #1 on: June 22, 2006, 12:13:10 PM »
Yes, dd would be the way to go, but I never work with tapes, so I'm guessing a little.  Do you have sufficient hard drive space to store the contents of the tape streamer?  If so, dd in then dd out should do the trick (subject to whatever preformatting you need to do with tapes - I wouldn't know).

I think you probably got there on your own; man dd and try it.
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

frankjoshua

  • Guest
Re: "duplicating" DAT tape in unix
« Reply #2 on: June 27, 2006, 08:42:12 AM »
Here is an article with some basic commands.

Tape Drives in Linux