Hi Spiceworks Clan,
Im just new here and I need help to copy the entire directory from my file server to my new NAS voume I have created.
I used robocopy with timestamp /dcopy:T before but when I tried now, its not working.
The source and destination will be the same server (Windows 2003)
the command I used is:
Robocopy "E:\Dept" "H:\Dept" /XF thumbs.db /MIR /dcopy:T
but returns to me an invalid paramter for /dcopy:T.
Can someone help me if there would be any alternative command for this?