home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / admin / 4543 < prev    next >
Encoding:
Text File  |  1992-08-13  |  2.0 KB  |  48 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!pipex!warwick!mrccrc!daresbury!icdoc!cc.ic.ac.uk!carrion.cc.ic.ac.uk!rhe
  3. From: r.evans@cc.ic.ac.uk (Mr   R.H. Evans)
  4. Subject: Re: copying tapes across a network
  5. Message-ID: <1992Aug12.193541.28115@cc.ic.ac.uk>
  6. Nntp-Posting-Host: cscgc
  7. Reply-To: r.evans@cc.ic.ac.uk
  8. Organization: Imperial College Centre for Computing Services
  9. References: <BsvG29.B4J@cs.dal.ca>
  10. Distribution: na
  11. Date: Wed, 12 Aug 92 19:35:41 BST
  12. Lines: 34
  13.  
  14. In article <BsvG29.B4J@cs.dal.ca>, gordon@ug.cs.dal.ca (Scott King) writes:
  15.  -- Is there any way that tapes can be copied over the network (ie copy a tape
  16.  -- in a remote machine`s tape drive to a tape in my own tape drive).  Both
  17.  -- of the machines we want to do this with are sparc2's and have Exabyte Drives.
  18.  -- Any suggestions?
  19.  -- 
  20.  -- - Scott
  21.  -- -- 
  22.  -- Scott King             Geological Survey of Canada - Atlantic Geoscience Centre
  23.  -- king@basmod.bio.ns.ca                 Basin Analysis Subdivision
  24.  -- gordon@ug.cs.dal.ca                Bedford Institute of Oceanography
  25.  --                                      Dartmouth, Nova Scotia, Canada
  26.  
  27. How about something along the lines of:
  28.  
  29. rsh <remote-machine> 'dd if=/dev/rst0' | dd of=/dev/rst0
  30.  
  31. Replace the /dev/rst0 entries with those corresponding to the devices you are
  32. using.
  33.  
  34. This will only work for the first file on the tape. It is possible to copy
  35. subsequent files if the non-rewinding tape device is used and the commands
  36. are repeated, but there is probably a more elegant way.
  37.  
  38. Robert.
  39. -- 
  40. /|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\
  41. /|\          Robert Evans             /|\     JANET email (UK):       /|\
  42. /|\      Centre for Computing Services,      /|\    r.evans@uk.ac.ic.cc    /|\
  43. /|\        Imperial College         /|\  INTERNET email (World):  /|\
  44. /|\           London, UK             /|\    r.evans@cc.ic.ac.uk    /|\
  45. /|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\
  46. /|\           He who holds his tongue cannot eat chocolate bar           /|\
  47. /|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\/|\
  48.