Dd - Destroyer of Disks

From Noah.org
Revision as of 19:55, 18 October 2007 by Root (talk | contribs)
Jump to navigationJump to search

Image a drive over a network with dd and nc

Sending machine:

dd bs=1M if=/dev/sda | gzip -c - | nc 192.168.1.100 2222

Receiving machine (192.168.1.100):

nc -l -p > disk_image.gz