Greetings! I have a 50-Gb backup of a btrfs subvolume made with 'btrfs send mysubvolume | pigz > mysubvolume.btrfs.gz'. Later it turned out that the archive is damaged - there are a few consecutive gzip errors after 1 Gb. The rest of the file can be recovered with gzip recovery tools.
However, 'btrfs receive' can not continue after encountering this spot. I have found numerous ways to recover btrfs partitions, but not backup images. Is there any way to ignore the error and continue with the rest of files? I'd be happy even if I could only see the contents (metadata?) - to account for what exactly is lost. -- darkpenguin