Part1 - Part2 - Part3 - Part4 - Part5 - Single Page

Top Document: comp.unix.aix Frequently Asked Questions (Part 2 of 5)
Previous Document: 1.210: How can I get my HP 4mm DAT to work?
Next Document: 1.212: How do I speed up backups to DLT tapes?


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

1.211: How do I copy DAT tapes?


If you have two drives try tcopy(1).  Otherwise the traditional UNIX
approach is ( dd if=/dev/rmt0 bs=1024b | dd of=/dev/rmt1 bs=1024b )
Put that in a while loop using a non-rewinding device to do multiple
files.  To use drives from two different machines either get the GNU
dd (bundled with GNU tar) or use something like.

  $ dd if=/dev/rmt0 bs=1024b | rsh hostname dd of=/dev/rmt0 bs=1024b




Top Document: comp.unix.aix Frequently Asked Questions (Part 2 of 5)
Previous Document: 1.210: How can I get my HP 4mm DAT to work?
Next Document: 1.212: How do I speed up backups to DLT tapes?

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
bofh@mail.teleweb.pt (Jose Pina Coelho)

Last Update May 13 2007 @ 00:21 AM