> Something like a cp -r -v -f /source /destiation command should work. cp -a ('archive') which I mentioned in my first reply will recursively copy and try and keep as much of the ownership/permission/linkage as possible, it's equivalent to cp --no-dereference --recursive --preserve=all