GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ZSTREAM(8) FreeBSD System Manager's Manual ZSTREAM(8)

zstream
manipulate ZFS send streams

zstream dump [-Cvd] [file]

zstream redup [-v] file

zstream token resume_token

The zstream utility manipulates ZFS send streams output by the zfs send command.
zstream dump [-Cvd] [file]
Print information about the specified send stream, including headers and record counts. The send stream may either be in the specified file, or provided on standard input.
Suppress the validation of checksums.
Verbose. Print metadata for each record.
Dump data contained in each record. Implies verbose.

The zstreamdump alias is provided for compatibility and is equivalent to running zstream dump.

zstream token resume_token
Dumps zfs resume token information
zstream redup [-v] file
Deduplicated send streams can be generated by using the zfs send -D command. The ability to send deduplicated send streams is deprecated. In the future, the ability to receive a deduplicated send stream with zfs receive will be removed. However, deduplicated send streams can still be received by utilizing zstream redup.

The zstream redup command is provided a file containing a deduplicated send stream, and outputs an equivalent non-deduplicated send stream on standard output. Therefore, a deduplicated send stream can be received by running:

# zstream redup DEDUP_STREAM_FILE | zfs receive
Verbose. Print summary of converted records.

zfs(8), zfs-receive(8), zfs-send(8)
May 8, 2021 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.