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 18
18
.\"
19
19
.\" CDDL HEADER END
20
20
.\"
21
- .\"
22
21
.\" Copyright (c) 2020 by Delphix. All rights reserved.
22
+ .\"
23
23
.Dd May 8, 2021
24
24
.Dt ZSTREAM 8
25
25
.Os
26
+ .
26
27
.Sh NAME
27
28
.Nm zstream
28
- .Nd manipulate zfs send streams
29
+ .Nd manipulate ZFS send streams
29
30
.Sh SYNOPSIS
30
31
.Nm
31
32
.Cm dump
38
39
.Nm
39
40
.Cm token
40
41
.Ar resume_token
42
+ .
41
43
.Sh DESCRIPTION
42
- .sp
43
44
The
44
45
.Sy zstream
45
- utility manipulates zfs send streams, which are the output of the
46
+ utility manipulates ZFS send streams output by the
46
47
.Sy zfs send
47
48
command.
48
49
.Bl -tag -width " "
@@ -102,16 +103,15 @@ command is provided a
102
103
containing a deduplicated send stream, and outputs an equivalent
103
104
non-deduplicated send stream on standard output.
104
105
Therefore, a deduplicated send stream can be received by running:
105
- .Bd -literal
106
- # zstream redup DEDUP_STREAM_FILE | zfs receive ...
107
- .Ed
106
+ .Dl # Nm zstream Cm redup Pa DEDUP_STREAM_FILE | Nm zfs Cm receive No …
108
107
.Bl -tag -width " -D"
109
108
.It Fl v
110
109
Verbose.
111
110
Print summary of converted records.
112
111
.El
113
112
.El
113
+ .
114
114
.Sh SEE ALSO
115
115
.Xr zfs 8 ,
116
- .Xr zfs-send 8 ,
117
- .Xr zfs-receive 8
116
+ .Xr zfs-receive 8 ,
117
+ .Xr zfs-send 8
You can’t perform that action at this time.
0 commit comments