You could also use xcopy in a batch file that is run from task scheduler if you don't want to install extra software to do this...
xcopy c:\folder x:\folder /O /X /E /H /K
The above retains all file permissions, audit capabilities, and hidden/system files and will copy any subfolders as well, whether empty or not.
Task Scheduler - Create New Task