diff options
author | Dan Kimmel <[email protected]> | 2016-07-11 13:45:52 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-09-13 09:58:58 -0700 |
commit | 2aa34383b9362200e19b22ca4a22ea97d70d9ddf (patch) | |
tree | 81f822652c27bf7452fe30457d6c3d1aab9164a4 /man | |
parent | d3c2ae1c0806b183a315e3d43cc8018cfdca79b5 (diff) |
DLPX-40252 integrate EP-476 compressed zfs send/receive
Authored by: Dan Kimmel <[email protected]>
Reviewed by: Tom Caputi <[email protected]>
Reviewed by: Brian Behlendorf <[email protected]>
Ported by: David Quigley <[email protected]>
Issue #5078
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 6921e3b4e..e13fc1a52 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -175,7 +175,7 @@ zfs \- configures ZFS file systems .LP .nf -\fBzfs\fR \fBsend\fR [\fB-DnPpRveL\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR +\fBzfs\fR \fBsend\fR [\fB-DnPpRveLc\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR .fi .LP @@ -2687,7 +2687,7 @@ See \fBzpool-features\fR(5) for details on ZFS feature flags and the .sp .ne 2 .na -\fBzfs send\fR [\fB-DnPpRveL\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR +\fBzfs send\fR [\fB-DnPpRveLc\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR .ad .sp .6 .RS 4n @@ -2771,6 +2771,22 @@ then the receiving system must have that feature enabled as well. See .sp .ne 2 .na +\fB\fB-c\fR, \fB--compressed\fR\fR +.ad +.sp .6 +.RS 4n +Generate a more compact stream by using compressed WRITE records for blocks +which are compressed on disk and in memory (see the \fBcompression\fR property +for details). If the \fBlz4_compress\fR feature is active on the sending +system, then the receiving system must have that feature enabled as well. If +the \fBlarge_blocks\fR feature is enabled on the sending system but the \fB-L\fR +option is not supplied in conjunction with \fB-c\fR, then the data will be +decompressed before sending so it can be split into smaller block sizes. +.RE + +.sp +.ne 2 +.na \fB\fB-p\fR\fR .ad .sp .6 @@ -2820,7 +2836,7 @@ The format of the stream is committed. You will be able to receive your streams .sp .ne 2 .na -\fBzfs send\fR [\fB-Le\fR] [\fB-i\fR \fIsnapshot\fR|\fIbookmark\fR] \fIfilesystem\fR|\fIvolume\fR|\fIsnapshot\fR +\fBzfs send\fR [\fB-Lec\fR] [\fB-i\fR \fIsnapshot\fR|\fIbookmark\fR] \fIfilesystem\fR|\fIvolume\fR|\fIsnapshot\fR .ad .sp .6 .RS 4n @@ -2865,6 +2881,22 @@ then the receiving system must have that feature enabled as well. See .sp .ne 2 .na +\fB\fB-c\fR, \fB--compressed\fR\fR +.ad +.sp .6 +.RS 4n +Generate a more compact stream by using compressed WRITE records for blocks +which are compressed on disk and in memory (see the \fBcompression\fR property +for details). If the \fBlz4_compress\fR feature is active on the sending +system, then the receiving system must have that feature enabled as well. If +the \fBlarge_blocks\fR feature is enabled on the sending system but the \fB-L\fR +option is not supplied in conjunction with \fB-c\fR, then the data will be +decompressed before sending so it can be split into smaller block sizes. +.RE + +.sp +.ne 2 +.na \fB-i\fR \fIsnapshot\fR|\fIbookmark\fR .ad .sp .6 |