From b1a3e93217e6e474e86345010469994c066cf875 Mon Sep 17 00:00:00 2001 From: Turbo Fredriksson Date: Tue, 17 Mar 2015 23:29:27 +0100 Subject: Move duplicate information about the 'zfs send -e' option. The extra one was under the 'zfs receive' command (which isn't relevant). Instead, it should have been further up (still in the 'zfs send' option). Signed-off-by: Turbo Fredriksson Signed-off-by: Brian Behlendorf Closes #3194 --- man/man8/zfs.8 | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'man/man8') diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 45fafb9a9..ab3d0214b 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2773,6 +2773,24 @@ be the origin snapshot, or an earlier snapshot in the origin's filesystem, or the origin's origin, etc. .RE +.sp +.ne 2 +.mk +.na +\fB\fB-e\fR\fR +.ad +.sp .6 +.RS 4n +Generate a more compact stream by using WRITE_EMBEDDED records for blocks +which are stored more compactly on disk by the \fBembedded_data\fR pool +feature. This flag has no effect if the \fBembedded_data\fR feature is +disabled. The receiving system must have the \fBembedded_data\fR feature +enabled. If the \fBlz4_compress\fR feature is active on the sending system, +then the receiving system must have that feature enabled as well. See +\fBzpool-features\fR(5) for details on ZFS feature flags and the +\fBembedded_data\fR feature. +.RE + .RE .sp .ne 2 @@ -2862,24 +2880,6 @@ Do not actually receive the stream. This can be useful in conjunction with the \ Force a rollback of the file system to the most recent snapshot before performing the receive operation. If receiving an incremental replication stream (for example, one generated by \fBzfs send -R -[iI]\fR), destroy snapshots and file systems that do not exist on the sending side. .RE -.sp -.ne 2 -.na -\fB\fB-e\fR\fR -.ad -.sp .6 -.RS 4n -Generate a more compact stream by using WRITE_EMBEDDED records for blocks -which are stored more compactly on disk by the \fBembedded_data\fR pool -feature. This flag has no effect if the \fBembedded_data\fR feature is -disabled. The receiving system must have the \fBembedded_data\fR feature -enabled. If the \fBlz4_compress\fR feature is active on the sending system, -then the receiving system must have that feature enabled as well. See -\fBzpool-features\fR(5) for details on ZFS feature flags and the -\fBembedded_data\fR feature. -.RE -.RE - .sp .ne 2 .mk -- cgit v1.2.3