Marko Polo
Senior Member
I am trying to clone Raspberry PI remotely into mounted USB drive via command
The small boot partition (75Mb) is cloned fine, but the big one (3.6Gb) fails with such 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?
Code:
ssh polo@192.168.1.XXX -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 polo@192.168.1.XXX: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?