I am trying to clone Raspberry PI remotely into mounted USB drive via command
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
ssh: Connection to...