Saturday, September 20, 2003

copy drive/partition image to ftp server:

ftp>put |"dd if=/dev/hdx bs=1M|gzip -1" diskimage.gz


copy image from ftp server and write to disk/partition:

get diskimage.gz ||gunzip|dd of=/dev/hdx bs=1M"