home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8532 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!mcsun!news.funet.fi!network.jyu.fi!tarzan!tt
  3. From: tt@tarzan.jyu.fi (Tapani Tarvainen)
  4. Subject: Re: Backup to DAT over net
  5. In-Reply-To: pczip@mips.Berkeley.EDU's message of 23 Jul 92 17: 09:42 GMT
  6. Message-ID: <TT.92Jul25102129@tarzan.jyu.fi>
  7. Originator: tt@tarzan.jyu.fi
  8. Sender: news@jyu.fi (News articles)
  9. Nntp-Posting-Host: tarzan.jyu.fi
  10. Organization: University of Jyvaskyla
  11. References: <1992Jul23.170942.11576@cs.nott.ac.uk>
  12. Date: Sat, 25 Jul 1992 08:21:29 GMT
  13. Lines: 28
  14.  
  15. In article <1992Jul23.170942.11576@cs.nott.ac.uk> pczip@mips.Berkeley.EDU (Ivan Powis) writes:
  16.  
  17. >We recently installed several hp9000/700's which are all networked together
  18. >along with a single DAT drive. One question we asked all suppliers, including
  19. >hp , was "can you run a backup over the net?". They all said yes. However,
  20. >having chosen hp, I now find its not so simple. Using fbackup and traversing
  21. >nfs mounts to get at files on the remote systems (ie not having the DAT drive)
  22. >isn't adequate, because the superuser protection applied by NFS stops me 
  23. >accessing remote files that don't have general access permission. So using
  24. >NFS to get at the remote file sytems isn't the answer.
  25.  
  26. >How do you go about this? At the moment we're having to physically carry the DAT
  27. >drive around from machine to machine. This surely isn't the way it has to be done
  28. >is it? 
  29.  
  30. If you set root's .rhosts or /etc/hosts.equiv to include the other
  31. machine, you can use fbackup in machine A to the DAT in machine B
  32. like this:
  33.  
  34.     fbackup -f machineB:/dev/rmt/0m ...
  35.  
  36. (substitute correct machine name and device file).
  37.  
  38. rdump/rrestore should also work, with tar &c you can use a pipe
  39. through remsh (tar cf - /disk | remsh machineB dd of=/dev/rmt/0m ...
  40. etc).
  41. --
  42. Tapani Tarvainen    (tarvaine@jyu.fi, tarvainen@finjyu.bitnet)
  43.