aboutsummaryrefslogtreecommitdiffstats
path: root/man/man8
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2021-04-15 20:43:07 -0400
committerGitHub <[email protected]>2021-04-15 17:43:07 -0700
commitd92af6fc8d8274180c1f4afd10585893291324c5 (patch)
treece7ae06293922af294a668dbd5c76687ec8872b3 /man/man8
parent23b6f17abb83b4c9cedd26c9a80d0830373cd16f (diff)
zfs-send(8): Restore sorting of flags
Before #11710 the flags in zfs-send(8) were sorted. Restore order and bump the date. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #11905
Diffstat (limited to 'man/man8')
-rw-r--r--man/man8/zfs-send.818
1 files changed, 9 insertions, 9 deletions
diff --git a/man/man8/zfs-send.8 b/man/man8/zfs-send.8
index 2d64a5a1f..5a072c185 100644
--- a/man/man8/zfs-send.8
+++ b/man/man8/zfs-send.8
@@ -30,7 +30,7 @@
.\" Copyright 2018 Nexenta Systems, Inc.
.\" Copyright 2019 Joyent, Inc.
.\"
-.Dd June 30, 2019
+.Dd April 15, 2021
.Dt ZFS-SEND 8
.Os
.Sh NAME
@@ -39,12 +39,12 @@
.Sh SYNOPSIS
.Nm zfs
.Cm send
-.Op Fl DLPRsbcehnpvw
+.Op Fl DLPRbcehnpsvw
.Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
.Ar snapshot
.Nm zfs
.Cm send
-.Op Fl DLPRscenpvw
+.Op Fl DLPRcenpsvw
.Op Fl i Ar snapshot Ns | Ns Ar bookmark
.Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
.Nm zfs
@@ -139,12 +139,6 @@ do not exist on the sending side are destroyed. If the
flag is used to send encrypted datasets, then
.Fl w
must also be specified.
-.It Fl s, -skip-missing
-Allows sending a replication stream even when there are snapshots missing in the
-hierarchy. When a snapshot is missing, instead of throwing an error and aborting
-the send, a warning is printed to STDERR and the dataset to which it belongs
-and its descendents are skipped. This flag can only be used in conjunction with
-.Fl R .
.It Fl e, -embed
Generate a more compact stream by using
.Sy WRITE_EMBEDDED
@@ -269,6 +263,12 @@ The receiving system must also support this feature. Sends of encrypted datasets
must use
.Fl w
when using this flag.
+.It Fl s, -skip-missing
+Allows sending a replication stream even when there are snapshots missing in the
+hierarchy. When a snapshot is missing, instead of throwing an error and aborting
+the send, a warning is printed to STDERR and the dataset to which it belongs
+and its descendents are skipped. This flag can only be used in conjunction with
+.Fl R .
.It Fl v, -verbose
Print verbose information about the stream package generated.
This information includes a per-second report of how much data has been sent.