> Hi All,
>             Can someone please tell me the easiest and safest way to mirror
> a Hard Drive,  keeping all permissions, owner, groups etc. intact
> 
> Thanks in Advance
> Bill
>

( cd <old-mount-point> ; tar cf - . ) | ( cd <new-mount-point> ; tar xf - )

HTH

Christoph Simon
[EMAIL PROTECTED]
-- 
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
.


Reply via email to