>Transfer the information by using tar.  DO NOT USE "cp"!!!!  Change to the
root directory, and type:

Why ?
cp -a works nicely and it's faster then cpio -p

cpio is useful when you have to copy the root fs (find / -xdev ...)

cd /newdest && tar cf - /oldpath | tar xvf - is a handy tar usage example.

Ciao,
Filippo.


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to