Use cp
da seguinte forma, mv
não faz.
cp -r -p /path/to/sourceDirectory /path/to/destination/
do man cp:
-p
same as --preserve=mode,ownership,timestamps
--preserve[=ATTR_LIST]
preserve the specified attributes (default: mode,ownership,timestamps), if possible additional attributes: context, links, xattr, all
depois da cópia, exclua o sourceDirectory .