I'm using the following command for copying files while preserving timestamps:
robocopy [source] [destination] /E /ZB /COPY:DAT /DCOPY:T /R:1 /W:5 /V /NFL /NDL /NS /NC /NP /log:"[log-path]" /XD "System Volume Information" "Recycler"
Now in the log files I see that there are files skipped or there are errors while copying. But I don't know which file had an error or is skipped.
What I'm doing wrong?
No comments:
Post a Comment