As David mentioned, OS X is missing the handy -a option that gnu cp has.
However, if you use -R to do a recursive copy, then it will copy symlinks by default, so
cp -R source destination
ought to work.
As David mentioned, OS X is missing the handy -a option that gnu cp has.
However, if you use -R to do a recursive copy, then it will copy symlinks by default, so
cp -R source destination
ought to work.