BSD 4_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 19 Jun 1983 08:52:00 +0000 (00:52 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 19 Jun 1983 08:52:00 +0000 (00:52 -0800)
Work on file usr/man/man8/rrestore.8c

Synthesized-from: CSRG/cd1/4.2

usr/man/man8/rrestore.8c [new file with mode: 0644]

diff --git a/usr/man/man8/rrestore.8c b/usr/man/man8/rrestore.8c
new file mode 100644 (file)
index 0000000..30a40cb
--- /dev/null
@@ -0,0 +1,34 @@
+.TH RRESTORE 8C "18 January 1983"
+.UC 4
+.SH NAME
+rrestore \- restore a file system dump across the network
+.SH SYNOPSIS
+.B /etc/rrestore
+[ key [
+name ... ]
+.SH DESCRIPTION
+.I Rrestore
+obtains from magnetic tape files
+saved by a previous
+.IR dump (8).
+The command is identical in operation to
+.IR restore (8)
+except the 
+.I f
+key should be specified and the file
+supplied should be of the form
+.IR machine:device .
+.PP
+.I Rrestore
+creates a remote server,
+.IR /etc/rmt ,
+on the client machine to access the tape
+device.
+.SH "SEE ALSO"
+restore(8),
+rmt(8C)
+.SH DIAGNOSTICS
+Same as 
+.IR restore (8)
+with a few extra related to the network.
+.SH BUGS