SUMMARY: copying contents of dump tape to another tape

From: Daniel Hurtubise (daniel@CANR.Hydro.Qc.CA)
Date: Wed Mar 03 1993 - 20:27:01 CST


Thanks to everyone who replied to my question AND
sorry for the delayed summary.

In general, most of the replies mentionned using the dd
commande, such as:

        dd if=/dev/nrst9 bs=BLOCKSIZE | \
        rsh remote_machine dd of=/dev/nrst9 ibs=BLOCKSIZE obs=BLOCKSIZE

Some people explained that you can't simply use bs= on the remote server
because the network pipe will not maintain the original blocksize.

The dd command works fine, BUT, it is incredibly slow. I found that simply
redoing a level zero dump a second time without updating the dumpdates
file is much faster, and easier.

Other applications retreivable via ftp were mentioned. Unfortunetly,
I haven't had the chance to try any of them at the present time.

1) tapecv
   man pages:
 
   Tapecv is a tool that copies magnetic tapes between two tape
   drives and verifies the copy. It can work with local or
   remote drives, at any density supported by the drives.
   Tapecv requires no knowledge of tape format (except when
   copying from cartridge to mag tape).

2) copytape and tcopy (for drives on the same machine)

   copytape was posted to comp.sources.unix in volume 10.

3) buffer -i /dev/exa -s 63k | rsh other buffer -o /dev/exa -s 63k

   where buffer is a program available from:
        ftp.ethz.ch:pub/src/buffer.2Gb.tar.Z

   from Andreas Karrer <karrer@bernina.ethz.ch>:

   "since 8500's can read and write at about half of the
   ehternet bandwidth (i'm assuming ethernet here), this will often not
   bring your exabytes to streaming speed."

4) tputil

5) tprobe
   Posted on alt.sources

Answers from

From: mwp.michael<MWP.MICHAEL@MELPN1.Prime.COM>
From: cameron@hobbes.intellistor.com (Neill Cameron)
From: Paul Ferraro <pferraro@qualcomm.com>
From: mks!andy@watserv1.uwaterloo.ca (Andy Toy)
From: Steve Elliott <se@computing.lancaster.ac.uk>
From: cyerkes@jpmorgan.com (Chuck Yerkes)
From: James Pearson <jcpearso@ps.ucl.ac.uk>
From: cc_koper@rcvie.co.at (Koper Zangocyan)
From: W.Edmunds@cen.exeter.ac.uk
From: mist@source.nl (Michiel Steltman)
From: Andreas Karrer <karrer@bernina.ethz.ch>
From: chris@invmms.worldbank.org (Chris Bulle)
>From geertj@ica.philips.nl
From: unixsys@ssg.com (Rick Emerson)
From: Howie Kaye <howie@ivory.cc.columbia.edu>
From: grover@vulcan1.hac.com (Dean Grover)
From: Mike O'Shaughnessy <mikeo@Grafnetix.QC.CA>
From: ups!upstage!glenn@fourx.Aus.Sun.COM (Glenn Satchell)
From: Perry_Hutchison.Portland@xerox.com
From: deltam!dm!don@uunet.UU.NET (don trimmer)
From: aad@lovecraft.siemens.com (Anthony A. Datri)
From: behrens@imes.uni-hannover.de (Dirk Behrens)
From: raoul@Athena.MIT.EDU



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:07:32 CDT