Sunday, March 11, 2012

How to create and send disk image over ssh

dd bs=4m if=/dev/ad0 | ssh accontrol@192.168.4.185 'cat > image.dd'

No comments: