'zfs receive' man page sync'ed with Illumos
The only valid options are -vnFu, these other ones seem to be misplaced zfs send options. Remove: -D -r -p -n -P Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #1186
This commit is contained in:
parent
a1e147eef8
commit
17836f0956
@ -2458,67 +2458,6 @@ Discard all but the last element of the sent snapshot's file system name, using
|
||||
File system that is associated with the received stream is not mounted.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.mk
|
||||
.na
|
||||
\fB\fB-D\fR\fR
|
||||
.ad
|
||||
.sp .6
|
||||
.RS 4n
|
||||
Generate a deduplicated stream. Blocks which would have been sent multiple
|
||||
times in the send stream will only be sent once. The receiving system must
|
||||
also support this feature to recieve a deduplicated stream. This flag can
|
||||
be used regardless of the dataset's \fBdedup\fR property, but performance
|
||||
will be much better if the filesystem uses a dedup-capable checksum (eg.
|
||||
\fBsha256\fR).
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
\fB\fB-r\fR\fR
|
||||
.ad
|
||||
.sp .6
|
||||
.RS 4n
|
||||
Recursively send all descendant snapshots. This is similar to the \fB-R\fR
|
||||
flag, but information about deleted and renamed datasets is not included, and
|
||||
property information is only included if the \fB-p\fR flag is specified.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
\fB\fB-p\fR\fR
|
||||
.ad
|
||||
.sp .6
|
||||
.RS 4n
|
||||
Include the dataset's properties in the stream. This flag is implicit when
|
||||
\fB-R\fR is specified. The receiving system must also support this feature.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
\fB\fB-n\fR\fR
|
||||
.ad
|
||||
.sp .6
|
||||
.RS 4n
|
||||
Do a dry-run ("No-op") send. Do not generate any actual send data. This is
|
||||
useful in conjunction with the \fB-v\fR or \fB-P\fR flags to determine what
|
||||
data will be sent.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
\fB\fB-P\fR\fR
|
||||
.ad
|
||||
.sp .6
|
||||
.RS 4n
|
||||
Print machine-parsable verbose information about the stream package generated.
|
||||
.RE
|
||||
|
||||
.sp
|
||||
.ne 2
|
||||
.na
|
||||
|
Loading…
Reference in New Issue
Block a user