I am curious about best practices when backing up ZFS datasets to an S3 target like garage using zfs send ... | rclone rcat ... and what the zfs send format looks like.
Garage has dedup per chunk. Are records sent in the zfs send stream aligned in any way so that chunk dedup has a chance of working? What about incremental sends?