Richard,

You probably don't need rsync, but need dd:

dd if=/dev/master of=/dev/slave

This will move the entire disk contents of /dev/master to /dev/slave.
Probable name under RH 7.3 are /dev/hda for the master.   You should double 
check the name of the slave before running the command, or you could overwrite 
everything!

Andy Henson
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to