home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp / 13040 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.6 KB  |  46 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!eng.ufl.edu!chinook.eel.ufl.edu!rcf
  3. From: rcf@chinook.eel.ufl.edu (Robert Fellenz)
  4. Subject: RE: NFS exports
  5. Message-ID: <1992Nov18.102701.29377@eng.ufl.edu>
  6. Sender: news@eng.ufl.edu (Usenet Diskhog System)
  7. Organization: UF EE Department
  8. Date: Wed, 18 Nov 92 10:27:01 GMT
  9. Lines: 35
  10.  
  11. In article <rlogin.722023618@voltaire.CERCA.UMontreal.CA> you write:
  12. |>
  13. |> hi,
  14. |> Yow can I give a machine root acces to a nfs file system on all other unix
  15. |> system it is easy i just add the option (-root:machine ) in the file
  16. |> /etc/export but it seem that HP does not support that what else can i do??
  17. |>
  18. |> Up to now I can not backup up my HP  over the network !!!
  19. |>
  20. |> PS. I have a 720 with HP-UX 8.07
  21. |> --
  22.  
  23. If you want to make backups and you have a backup device on a remote host do the following:
  24.  
  25.         1. On the remote host that has the backup device, put the
  26.            following line in the /.rhosts file:
  27.  
  28.                        local_host       root
  29.  
  30.            This will give the local host root permissions on the
  31.            remote host.
  32.  
  33.         2. Use a /etc/fbackup or /etc/rdump to do the backup:
  34.  
  35.                  /etc/fbackup -i path -f remote_host:device
  36.  
  37.            path is the tree to be included in the backup graph, and
  38.            remote_host is the name of the host that has the backup
  39.            device.
  40.  
  41.  
  42. See the man pages for /etc/fbackup and /etc/rdump for more a more detailed explanation, since the above information is rather brief.
  43.  
  44. rcf@sioux.eel.ufl.edu
  45.  
  46.