Re: How do I save a disk image of my laptop hard drive?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Mark Phillips
日付:  
To: plug-discuss
題目: Re: How do I save a disk image of my laptop hard drive?
On Friday 06 April 2007 13:36, Dan Lund wrote:
> dd if=/dev/hda | gzip -9 -c | ssh userid@someremotehost ">
> /directory/file-name-to-be-stored.gz


I tried that, and it didn't work. I posted to the thread earlier, but the
thread has become a little hard to follow.

I had to use

dd if=/dev/hda | ssh userid@someremotehost "dd of=file-name-to-be-stored.img"

Mark
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss