Hi Folks,

I'm hoping someone can help me with the construction of a shell command 
to mirror disks across the network using ssh and dd.  I'm confident it 
can be done, but I'm not that good at predicting the behaviour of pipes 
etc, and I wasn't sure of appropriate block sizes.

Maybe something like this?
ssh sourcehost 'dd if=/dev/sda3 obs=20k' | /dev/sda3

Any help appreciated.
-- 


Ross Kendall
Technical Developer
Affinity Internet Holdings
e: [EMAIL PROTECTED]
p: +44 (0)20 7670 1155
w: http://www.aih.co.uk/




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to