robocopy syntax help?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I'm trying to use robocopy to mirror one unc path to another, but I'm
not able to get the files to go over that are in the source root
directory. For example, I have scheduled to run the follwoing command
every 3 hours:

robocopy.exe \\source\share \\destination\share /E /copyall /mir

This works, and sends over all folders and files in the source, but
misses files sitting directly in the root of \\source\share. Any
files not in a directory are skipped? any help would be much
appreciated.

.