diff options
author | Steven Burgess <[email protected]> | 2012-12-28 16:36:10 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-01-10 13:16:10 -0800 |
commit | 17836f0956b83a2850b5cf86af909abf4036758f (patch) | |
tree | f5b8001b236755f8aea1d10423c2e7485b80476e /man | |
parent | a1e147eef8f61f3fcac742952d56b1f9d6c2703b (diff) |
'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 <[email protected]>
Closes #1186
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 07660df47..dabc1f694 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2460,67 +2460,6 @@ File system that is associated with the received stream is not mounted. .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 \fB\fB-v\fR\fR .ad |