I was copying a directory with its sub directories and files, around 6GB, using robocopy and i was using this command:
I added the switches /w:1 /r:1 because robocopy would stop on some files and show a message for 'access denied' and waiting for 30 seconds and trying again. So i wanted to skip these type of files. But in the end it showed this:
There are lot of files and directories skipped. How to proceed? What switches to use so i don't have that much files and directories skipped?
Code:
Robocopy.exe SourceDir DestinationDir /E /w:1 /r:1
Code:
Total Copied Skipped Mismatch FAILED Extras
Dirs : 11208 10868 340 0 0 1
Files : 73105 70551 2551 0 3 0
Bytes : 5.792 g 5.202 g 603.35 m 0 414.5 k 0
Times : 0:26:36 0:20:22 0:00:03 0:06:11
Speed : 4569716 Bytes/sec.
Speed : 261.481 MegaBytes/min.
There are lot of files and directories skipped. How to proceed? What switches to use so i don't have that much files and directories skipped?
My Computer
At a glance
Windows 7 Ultimate x64
- Computer type
- PC/Desktop
- OS
- Windows 7 Ultimate x64