Clone
Robert Jaroszuk
zim at iq.pl
Mon Feb 12 08:50:52 CST 2007
eclark wrote:
> You can use dd also. dd if=/dev/somedisk of=/dev/somedestination
>
> This assumes the drive you are going to is at least as large (or identical) as
> the one you are coming from. Comes free installed on pretty much every unix
> known to man.
>
>
I think rsync would be better.
It will copy all files, not only one particular partition.
If not rsync, you may try using tar and netcat:
On the first server:
(cd / && tar -cvf - ) | nc 192.168.1.2 2000
On the second (destination):
nc -l -p 2000 | tar -xvf -
--
... Robert Jaroszuk ...
GCS/IT/O d? s: a- C++ ULB++++$ P+ L++++$ E- W++ K- N+ DI+ V-
w M- PS+ PE Y(+) PGP-(+++) t-- 5? X R !tv b++>++++ D- y+ G++
. http://zim.iq.pl/ . RJ735-RIPE . http://zim.iq.pl/photo/ .
.. The superior warrior wins without fighting -- Sun Tzu. ..
-> New photos: http://zim.iq.pl/photo/
More information about the Linux-PowerEdge
mailing list