home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!eng.ufl.edu!chinook.eel.ufl.edu!rcf
- From: rcf@chinook.eel.ufl.edu (Robert Fellenz)
- Subject: RE: NFS exports
- Message-ID: <1992Nov18.102701.29377@eng.ufl.edu>
- Sender: news@eng.ufl.edu (Usenet Diskhog System)
- Organization: UF EE Department
- Date: Wed, 18 Nov 92 10:27:01 GMT
- Lines: 35
-
- In article <rlogin.722023618@voltaire.CERCA.UMontreal.CA> you write:
- |>
- |> hi,
- |> Yow can I give a machine root acces to a nfs file system on all other unix
- |> system it is easy i just add the option (-root:machine ) in the file
- |> /etc/export but it seem that HP does not support that what else can i do??
- |>
- |> Up to now I can not backup up my HP over the network !!!
- |>
- |> PS. I have a 720 with HP-UX 8.07
- |> --
-
- If you want to make backups and you have a backup device on a remote host do the following:
-
- 1. On the remote host that has the backup device, put the
- following line in the /.rhosts file:
-
- local_host root
-
- This will give the local host root permissions on the
- remote host.
-
- 2. Use a /etc/fbackup or /etc/rdump to do the backup:
-
- /etc/fbackup -i path -f remote_host:device
-
- path is the tree to be included in the backup graph, and
- remote_host is the name of the host that has the backup
- device.
-
-
- See the man pages for /etc/fbackup and /etc/rdump for more a more detailed explanation, since the above information is rather brief.
-
- rcf@sioux.eel.ufl.edu
-
-