diff options
author | tony-zfs <[email protected]> | 2020-07-23 20:44:03 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-23 17:44:03 -0700 |
commit | 02fced3067798cbc5472f180e4c6d36f4c441a77 (patch) | |
tree | ef7bcd0c11adb5a7084679e46d1d385a5fc90cec /man/man8 | |
parent | bfafe1780a61a1be0a84273c7155708de003033e (diff) |
Add support to decode a resume token
Adding a new subcommand to zstream called token. This
now allows users to decode a resume token to retrieve the toname
field. This can be useful for tools that need this information.
The syntax works as follows zstream token <resume_token>.
Reviewed-by: Matt Ahrens <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Paul Zuchowski <[email protected]>
Signed-off-by: Tony Perkins <[email protected]>
Closes #10558
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zstream.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/man8/zstream.8 b/man/man8/zstream.8 index 1c4d3fa9a..f27d08c7b 100644 --- a/man/man8/zstream.8 +++ b/man/man8/zstream.8 @@ -35,6 +35,9 @@ .Cm redup .Op Fl v .Ar file +.Nm +.Cm token +.Ar resume_token .Sh DESCRIPTION .sp .LP @@ -67,6 +70,12 @@ Implies verbose. .El .It Xo .Nm +.Cm token +.Ar resume_token +.Xc +Dumps zfs resume token information +.It Xo +.Nm .Cm redup .Op Fl v .Ar file |