How do I make the operation of btrfs check --repair reversible without a full dd backup?
Is it sufficient to use:
btrfs-image -w <device> <image-file>
possibly using -t <#-threads> and -c9 (highest compression) as well?
Will a restore of this image reverse the effect of all check --repair operations, including
--init-csum-tree--init-extent-tree?
What is the use of the