SYA710 SSH

From CDOT Wiki
Revision as of 06:53, 24 October 2008 by Selmys (talk | contribs) (New page: === Using the Secure Shell to clone a drive or partition === dd if=/dev/sda | ssh 192.168.141.172 "dd of=/dev/sda")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using the Secure Shell to clone a drive or partition

dd if=/dev/sda | ssh 192.168.141.172 "dd of=/dev/sda"