Open main menu
CDOT Wiki
β
Search
Edit
SYA710 SSH
Revision as of 05: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)
Using the Secure Shell to clone a drive or partition
dd if=/dev/sda | ssh 192.168.141.172 "dd of=/dev/sda"