linux livecd
dd if=/dev/{hdd} | nc 1.2.3.4:1234
nc -l -p 1234 | dd of=/dev/{hdd}