It seems that zfs send includes a checksum for all included data (stated for instance here). Is this checksum automatically verified by zfs recv? I would assume it is, but I cannot find any confirmation of this. I'm planning to use zfs send/recv to migrate a zpool to another disk and would like to be 100% sure the data is ok before I destroy the original pool.
↧