Skip to content

Commit dc4d552

Browse files
Ryan Moellerbehlendorf
authored andcommitted
zfs-send(8): Restore sorting of flags
Before openzfs#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 openzfs#11905
1 parent bdcf0cc commit dc4d552

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

man/man8/zfs-send.8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.\" Copyright 2018 Nexenta Systems, Inc.
3131
.\" Copyright 2019 Joyent, Inc.
3232
.\"
33-
.Dd June 30, 2019
33+
.Dd April 15, 2021
3434
.Dt ZFS-SEND 8
3535
.Os
3636
.Sh NAME
@@ -39,12 +39,12 @@
3939
.Sh SYNOPSIS
4040
.Nm zfs
4141
.Cm send
42-
.Op Fl DLPRsbcehnpvw
42+
.Op Fl DLPRbcehnpsvw
4343
.Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
4444
.Ar snapshot
4545
.Nm zfs
4646
.Cm send
47-
.Op Fl DLPRscenpvw
47+
.Op Fl DLPRcenpsvw
4848
.Op Fl i Ar snapshot Ns | Ns Ar bookmark
4949
.Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
5050
.Nm zfs
@@ -139,12 +139,6 @@ do not exist on the sending side are destroyed. If the
139139
flag is used to send encrypted datasets, then
140140
.Fl w
141141
must also be specified.
142-
.It Fl s, -skip-missing
143-
Allows sending a replication stream even when there are snapshots missing in the
144-
hierarchy. When a snapshot is missing, instead of throwing an error and aborting
145-
the send, a warning is printed to STDERR and the dataset to which it belongs
146-
and its descendents are skipped. This flag can only be used in conjunction with
147-
.Fl R .
148142
.It Fl e, -embed
149143
Generate a more compact stream by using
150144
.Sy WRITE_EMBEDDED
@@ -269,6 +263,12 @@ The receiving system must also support this feature. Sends of encrypted datasets
269263
must use
270264
.Fl w
271265
when using this flag.
266+
.It Fl s, -skip-missing
267+
Allows sending a replication stream even when there are snapshots missing in the
268+
hierarchy. When a snapshot is missing, instead of throwing an error and aborting
269+
the send, a warning is printed to STDERR and the dataset to which it belongs
270+
and its descendents are skipped. This flag can only be used in conjunction with
271+
.Fl R .
272272
.It Fl v, -verbose
273273
Print verbose information about the stream package generated.
274274
This information includes a per-second report of how much data has been sent.

0 commit comments

Comments
 (0)