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

Looking for Linux software for AIT-3 tape duplication.

Status
Not open for further replies.

stla

IS-IT--Management
Mar 12, 2003
190
0
0
DE
Good evening,

We have are looking for tape copy software for our Linux server.

We use AIT-3 tapes

Does anyone know of an available software either as command line or as GUI.

Best regards
 
If you can mount the drives, I think the tar command is all you should need.

Mark
 
Sorry, I think my question wa a little misleading; I am actually looking to copy existing tapes. Basically we have tape backup software but we need to maka a 1:1 copy of each tape.

Any ideas?

Best regards
 
Maby something like:
Code:
mt -f /dev/rmt/0 rewind
mt -f /dev/rmt/1 rewind
dd if=/dev/rmt/0 of=/dev/rmt/1
Where /dev/rmt/0 is your existing tape, and rmt/1 a blank tape.

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top