cannot receive new filesystem stream: checksum mismatch or incomplete stream. #14581
fantacinni
started this conversation in
General
Replies: 1 comment
-
i have the same error trying to send from one machine to another. how can there be an error like this? is this an error in the source ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've an issue when restoring the pool from a snapshot image file.
The snapshot was sent by
sudo zfs send -Rwv tank@now | zstd -cq -o tank.zst
Tank pool was destroyed after sent and recreated, the recv process was interrupted with the following message.
unzstd tank.zst -c | sudo zfs recv tank -Fsv -o compression=zstd
Since this is the only single copy of the pool, and I really want to restore it.
Any help is appreciated!
Edit: code formatting
Beta Was this translation helpful? Give feedback.
All reactions