How to clone or copy your harddisk over the network

From www.ReeltoReel.nl Wiki
Revision as of 07:02, 12 August 2008 by Root (talk | contribs) (New page: Op de bron: dd if=/dev/sdxy | netcat ip:port Op het doel: netcat -l ip:port > /dev/sdxy of: netcat -l ip:port | dd if=- of=/dev/sdxy (this page may need some editing!))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Op de bron:

dd if=/dev/sdxy | netcat ip:port

Op het doel:

netcat -l ip:port > /dev/sdxy
of:
netcat -l ip:port | dd if=- of=/dev/sdxy

(this page may need some editing!)