What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

SSH Integrity error

Marko Polo

Senior Member
I am trying to clone Raspberry PI remotely into mounted USB drive via command

Code:
ssh [email protected] -p 27 "sudo dd if=/dev/mmcblk0p1  | sudo gzip -9 -" | dd of=mmcblkop1.gz

The small boot partition (75Mb) is cloned fine, but the big one (3.6Gb) fails with such error

Code:
ssh: Connection to [email protected]:27 exited: Integrity error

This error is thrown on the different stages of cloning (on the fifth minute or on the 25th).

Rough googling made me feel this is a Dropbear issue, probably fixed in some previous releases. Should I update Dropbear or there is another solution?
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top