reply to shdesigns
cp -afv
tar -cpsC /absolute/path/to/source/ `ls -A /absolute/path/to/source/` | tar -xpsvC /absolute/path/to/destination/
rsync -aHv /path/to/source/ /path/to/destination