>>>>> "Ethan" == Ethan Benson <[EMAIL PROTECTED]> writes:

    Ethan> cp -R is a horribly wrong thing to use for this task, it
    Ethan> will destroy symlinks and hardlinks.  turning them into
    Ethan> duplicate files.  use cpio or tar.

or

cp -a

will preserve everything, too, I think. I often use the -x parameter,
too (stay on one file system).
-- 
Brian May <[EMAIL PROTECTED]>

Reply via email to