diff options
author | wollman <wollman@FreeBSD.org> | 1997-04-29 17:48:58 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1997-04-29 17:48:58 +0000 |
commit | db7762410774d787bc9a8325b9c22e8252143170 (patch) | |
tree | b62df56dde52554767f9c5d701658edbec3ed11d /sbin | |
parent | d226ef144b03696dab14ff5d54530d5632e71d16 (diff) | |
download | FreeBSD-src-db7762410774d787bc9a8325b9c22e8252143170.zip FreeBSD-src-db7762410774d787bc9a8325b9c22e8252143170.tar.gz |
Document -k flag here, too.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/restore/restore.8 | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index e660390..97cae95 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)restore.8 8.4 (Berkeley) 5/1/95 -.\" $Id: restore.8,v 1.9 1997/02/22 14:33:08 peter Exp $ +.\" $Id: restore.8,v 1.10 1997/03/11 12:55:16 peter Exp $ .\" .Dd May 1, 1995 .Dt RESTORE 8 @@ -41,32 +41,32 @@ .Sh SYNOPSIS .Nm restore .Fl i -.Op Fl chmvy +.Op Fl chkmvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno .Nm restore .Fl R -.Op Fl cvy +.Op Fl ckvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno .Nm restore .Fl r -.Op Fl cvy +.Op Fl ckvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno .Nm restore .Fl t -.Op Fl chvy +.Op Fl chkvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno .Op file ... .Nm restore .Fl x -.Op Fl chmvy +.Op Fl chkmvy .Op Fl b Ar blocksize .Op Fl f Ar file .Op Fl s Ar fileno @@ -295,6 +295,12 @@ or reads from the named file on the remote host using .Xr rmt 8 . .Pp +.It Fl k +Use Kerberos authentication when contacting the remote tape server. +(Only available if this options was enabled when +.Nm restore +was compiled.) +.Pp .It Fl h Extract the actual directory, rather than the files that it references. |