That's exactly what I did. The laptop had nothing on it - It was booted to Knoppix, and I ran 'netcat -l -p 10001 | dd of=/dev/hda'. On the server, I ran 'dd of=image.img | netcat 10.0.10.67 10001'. Once I issued the command on the server, dd instantly completed on the laptop and the server continued to run the command for about 20 to 30 seconds while I frantically tried to kill the process... Once it completed, the image on the server read 0k.
DD did return to records in/out with no error - on both the server and laptop.
Main Topics
Browse All Topics





by: yuriskPosted on 2006-05-03 at 05:26:52ID: 16595464
Let me understand, - you issued on the server, where the only backup image resided
something like: of=imagename.img |netcat ... ? In other words - has it been overwritten on the server or on the laptop ,after downloading through netcat? Has dd written its usual xxxx records in
xxxx records out? without issuing errors?