To ensure . files get moved/copied in one go.
Run - shopt -s dotglob
Then example - mv /tmp/home/source/* /home/destination/
You can put - shopt -s dotglob in your ~/.bashrc if you want it to be the default
Then run - source ~/.bashrc for it to reload
This I got from: Ubuntu Answers