File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 30
30
.\" Copyright 2018 Nexenta Systems, Inc.
31
31
.\" Copyright 2019 Joyent, Inc.
32
32
.\"
33
- .Dd June 30, 2019
33
+ .Dd April 15, 2021
34
34
.Dt ZFS-SEND 8
35
35
.Os
36
36
.Sh NAME
39
39
.Sh SYNOPSIS
40
40
.Nm zfs
41
41
.Cm send
42
- .Op Fl DLPRsbcehnpvw
42
+ .Op Fl DLPRbcehnpsvw
43
43
.Op Oo Fl I Ns | Ns Fl i Oc Ar snapshot
44
44
.Ar snapshot
45
45
.Nm zfs
46
46
.Cm send
47
- .Op Fl DLPRscenpvw
47
+ .Op Fl DLPRcenpsvw
48
48
.Op Fl i Ar snapshot Ns | Ns Ar bookmark
49
49
.Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot
50
50
.Nm zfs
@@ -139,12 +139,6 @@ do not exist on the sending side are destroyed. If the
139
139
flag is used to send encrypted datasets, then
140
140
.Fl w
141
141
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 .
148
142
.It Fl e, -embed
149
143
Generate a more compact stream by using
150
144
.Sy WRITE_EMBEDDED
@@ -269,6 +263,12 @@ The receiving system must also support this feature. Sends of encrypted datasets
269
263
must use
270
264
.Fl w
271
265
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 .
272
272
.It Fl v, -verbose
273
273
Print verbose information about the stream package generated.
274
274
This information includes a per-second report of how much data has been sent.
You can’t perform that action at this time.
0 commit comments