cp -a /source/. /dest/

The -a option preserves all file attributes as well as symlinks. And the . at end of the source path is like a wild card telling cp you want to copy all files and folders, included hidden ones.