Saturday, May 7, 2011

Stream an image file from a web server and restore it to a partition:

Stream an image file from a web server and restore it to a Linux partition:

wget -qO - http://server/backup.img | \
ntfsclone --restore-image --overwrite /dev/hda1 -

No comments:

Post a Comment