zfs/man
Alan Somers ccf89b39fe
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>

Reviewed-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Allan Jude <allan@klarasystems.com>
Signed-off-by: Alan Somers <asomers@gmail.com>
Sponsored-by:  Axcient
Workaround for #12762
Closes #13256
2022-06-24 13:28:42 -07:00
..
man1 ztest: take -B ./path/to/ztest, LD_LIBRARY_PATH=./path/lib:$L_L_P 2022-05-11 10:33:12 -07:00
man4 zvol: Support blk-mq for better performance 2022-06-09 08:10:38 -06:00
man5 Consistentify miscellaneous style on remaining manpages 2021-06-09 14:35:53 -07:00
man7 Use macros for quotes and such 2022-06-24 09:48:10 -07:00
man8 Add a "zstream decompress" subcommand 2022-06-24 13:28:42 -07:00
Makefile.am Add Linux namespace delegation support 2022-06-10 09:51:46 -07:00