4 .\" The contents of this file are subject to the terms of the
5 .\" Common Development and Distribution License (the "License").
6 .\" You may not use this file except in compliance with the License.
8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 .\" or http://www.opensolaris.org/os/licensing.
10 .\" See the License for the specific language governing permissions
11 .\" and limitations under the License.
13 .\" When distributing Covered Code, include this CDDL HEADER in each
14 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 .\" If applicable, add the following below this CDDL HEADER, with the
16 .\" fields enclosed by brackets "[]" replaced with your own identifying
17 .\" information: Portions Copyright [yyyy] [name of copyright owner]
22 .\" Copyright (c) 2020 by Delphix. All rights reserved.
28 .Nd manipulate zfs send streams
46 utility manipulates zfs send streams, which are the output of the
56 Print information about the specified send stream, including headers and
58 The send stream may either be in the specified
60 or provided on standard input.
63 Suppress the validation of checksums.
66 Print metadata for each record.
68 Dump data contained in each record.
76 Dumps zfs resume token information
83 Deduplicated send streams can be generated by using the
86 The ability to send deduplicated send streams is deprecated.
87 In the future, the ability to receive a deduplicated send stream with
90 However, deduplicated send streams can still be received by utilizing
91 .Nm zstream Cm redup .
97 containing a deduplicated send stream, and outputs an equivalent
98 non-deduplicated send stream on standard output.
99 Therefore, a deduplicated send stream can be received by running:
101 # zstream redup DEDUP_STREAM_FILE | zfs receive ...
106 Print summary of converted records.