Cloning disk/partition over SSH

Copying an 10GB disk should only take at most 15 minutes with a god internet connection.
ssh server -c blowfish "dd if=/dev/hda0/snapshot"  |
dd of=/dev/hda0/target-disk bs=4096k conv=notrunc,noerror

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>