[SunHELP] local copying with regard to symlinks and speed

sunhelp at sunhelp.org sunhelp at sunhelp.org
Thu Oct 23 20:55:41 CDT 2003


I'd like anyone's opinion on local copying of large amounts of files from
one directory to another,
same owner. cp doesn't cut it since it will copy the file that a link points
to as opposed to the
link itself. I currently use: cd <directory>; tar cpf - . | ( cd /newdir &&
tar xpf - ).  This
handles the links find, but I'm curious if I can acheive faster results
using another method.
Maybe gtar is an option?

Thanks for any input.

Solaris 8



More information about the SunHELP mailing list