Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "zstream decompress" subcommand #13256

Merged
merged 1 commit into from
Jun 24, 2022

Commits on Jun 23, 2022

  1. Add a "zstream decompress" subcommand

    It can be used to repair a ZFS file system corrupted by ZFS bug 12762.
    Use it like this:
    
    zfs send -c <DS> | \
    zstream decompress <OBJECT>,<OFFSET>[,<COMPRESSION_ALGO>] ... | \
    zfs recv <DST_DS>
    
    Workaround for openzfs#12762
    Sponsored-by:   Axcient
    Signed-off-by:  Alan Somers <asomers@gmail.com>
    asomers committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e144b5a View commit details
    Browse the repository at this point in the history