Print this page
Placeholder

@@ -24,12 +24,13 @@
 .\" Copyright (c) 2011, 2015 by Delphix. All rights reserved.
 .\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved.
 .\" Copyright (c) 2014, Joyent, Inc. All rights reserved.
 .\" Copyright (c) 2014 by Adam Stevko. All rights reserved.
 .\" Copyright 2015 Nexenta Systems, Inc.  All Rights Reserved.
+.\" Copyright 2015 RackTop Systems.
 .\"
-.Dd June 8, 2015
+.Dd December 29, 2015
 .Dt ZFS 1M
 .Os
 .Sh NAME
 .Nm zfs
 .Nd configures ZFS file systems

@@ -162,16 +163,16 @@
 .Nm
 .Cm bookmark
 .Ar snapshot bookmark
 .Nm
 .Cm send
-.Op Fl DLPRenpv
+.Op Fl DFLPRenpv
 .Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
 .Ar snapshot
 .Nm
 .Cm send
-.Op Fl Le
+.Op Fl FLe
 .Op Fl i Ar snapshot Ns | Ns Ar bookmark
 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
 .Nm
 .Cm send
 .Op Fl Penv

@@ -2467,11 +2468,11 @@
 .Sy bookmarks
 feature.
 .It Xo
 .Nm
 .Cm send
-.Op Fl DLPRenpv
+.Op Fl DFLPRenpv
 .Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
 .Ar snapshot
 .Xc
 Creates a stream representation of the second
 .Ar snapshot ,

@@ -2551,10 +2552,13 @@
 that feature enabled as well. See
 .Xr zpool-features 5
 for details on ZFS feature flags and the
 .Sy embedded_data
 feature.
+.It Fl F
+Generate a stream which omits free records.  The stream will be more compact
+but the receiving system will not be able to receive the stream as a clone.
 .It Fl i Ar snapshot
 Generate an incremental stream from the first
 .Ar snapshot
 .Pq the incremental source
 to the second

@@ -2600,11 +2604,11 @@
 on future versions of ZFS .
 .El
 .It Xo
 .Nm
 .Cm send
-.Op Fl Le
+.Op Fl FLe
 .Op Fl i Ar snapshot Ns | Ns Ar bookmark
 .Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
 .Xc
 Generate a send stream, which may be of a filesystem, and may be incremental
 from a bookmark. If the destination is a filesystem or volume, the pool must be

@@ -2641,10 +2645,13 @@
 that feature enabled as well. See
 .Xr zpool-features 5
 for details on ZFS feature flags and the
 .Sy embedded_data
 feature.
+.It Fl F
+Generate a stream which omits free records.  The stream will be more compact
+but the receiving system will not be able to receive the stream as a clone.
 .It Fl i Ar snapshot Ns | Ns Ar bookmark
 Generate an incremental send stream. The incremental source must be an earlier
 snapshot in the destination's history. It will commonly be an earlier snapshot
 in the destination's file system, in which case it can be specified as the last
 component of the name