Hi. I would use this command. Do a man on cpio to understand the switches. These commands also retain file mod times, permissions, ownerships and symbolic links I believe.
cd /ar0402cu/primary
find . -depth | cpio -pudm /datamap/secondary/
Good luck!