home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13577 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.0 KB  |  34 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!haven.umd.edu!socrates!christes
  3. From: christes@socrates.umd.edu (Skip Christensen)
  4. Subject: Re: copy 8mm tape to 8 mm tape (using 2 tapedrives)
  5. Message-ID: <1993Jan21.132011.17632@socrates.umd.edu>
  6. Keywords: 8mm, tape, 2 tape drives
  7. Organization: University of Maryland University College
  8. References: <1993Jan21.031737.21487@sserve.cc.adfa.oz.au>
  9. Date: Thu, 21 Jan 1993 13:20:11 GMT
  10. Lines: 22
  11.  
  12. In article <1993Jan21.031737.21487@sserve.cc.adfa.oz.au> vla@ccadfa.cc.adfa.oz.au (Louis Verhagen) writes:
  13. >I would like to attach for a while a second 8 tape
  14. >drive so that I can copy data from one tape
  15. >to the other. Does anybody have any ideas about
  16. >which command to use for this? 
  17. >
  18. >e.g. tar (and than pipe it to the second 8mm drive?)
  19. >or   dd ??
  20. >
  21. >Any help is more than welcome. 
  22. >
  23. >Greetings
  24. >Louis Verhagen        Vla@waves.ce.adfa.oz.au
  25. >
  26.  
  27.  
  28. You said you have two tapes -- both 8mm.  Let's assume one is
  29. rmt0 and the other rmt1.  Use the tcopy command, e.g.
  30.  
  31. tcopy /dev/rmt0 /dev/rmt1
  32.  
  33. ensure both are working at same block size
  34.