Link to home
Start Free TrialLog in
Avatar of 25112
25112

asked on

robocopy - the files it is not able to copy...

when I ran the below in the win7 to network drive, it could not 55+GB.. how to resolve this? (with additional parameters etc)
~~~
 C:\Windows\system32>robocopy c:\users \\MAGIMAI-PC\Users\Public /XD AppData /XJD /R:5 /W:15 /MT:4 /E /Z

               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :      1659        58      1601         0         0         9
   Files :     29922     18008     11911         0         3        11
   Bytes : 120.710 g  64.701 g  55.995 g         0   14.25 m    4.46 m
   Times :  19:36:44   3:10:43                       0:00:00   0:48:42


   Speed :           39383692125 Bytes/sec.
   Speed :           2253552.939 MegaBytes/min.

   Ended : Fri Aug 07 01:53:07 2015
Avatar of oBdA
oBdA

The "skipped" column is OK; that's stuff that robocopy didn't need to copy anymore, because it was already in the target folder.
The only relevant missing files are the ones listed in the "FAILED" column, and that's only 3 with 14.25MB.
               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :      1659        58      1601         0         0         9
   Files :     29922     18008     11911         0         3        11
   Bytes : 120.710 g  64.701 g  55.995 g         0   14.25 m    4.46 m
   Times :  19:36:44   3:10:43                       0:00:00   0:48:42


   Speed :           39383692125 Bytes/sec.
   Speed :           2253552.939 MegaBytes/min.

   Ended : Fri Aug 07 01:53:07 2015

Open in new window

Add a log file, and you'll find the missing files.
I added /nfl (no file list) and /ndl (no directory list) as well, so only errors will show up (and robocopy mostly appear to do nothing).
robocopy c:\users \\MAGIMAI-PC\Users\Public /XD AppData /XJD /R:5 /W:15 /MT:4 /E /Z /nfl /ndl /tee /log:C:\Temp\magimai-pc.log

Open in new window

Avatar of 25112

ASKER

thank you.. now I get the short list..
these 3 files do not hold any personal data, right? (just system)
~~~

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows                              
-------------------------------------------------------------------------------

  Started : Sun Aug 09 04:10:19 2015

   Source : c:\users\
     Dest : \\Magimai-PC\Users\Public\

    Files : *.*
          
 Exc Dirs : AppData
          
  Options : *.* /NDL /NFL /TEE /S /E /COPY:DAT /Z /XJD /MT:4 /R:5 /W:15

------------------------------------------------------------------------------

2015/08/09 04:12:12 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat
The process cannot access the file because it is being used by another process.


2015/08/09 04:12:12 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG1
The process cannot access the file because it is being used by another process.


2015/08/09 04:12:12 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG2
The process cannot access the file because it is being used by another process.


100%  
100%  
100%  
100%  
100%  
100%  
100%  
100%  
100%  
100%  
100%  
100%  
2015/08/09 04:12:12 ERROR 32 (0x00000020) Copying File c:\users\Public\Seagate\Nature Bkgrd.jpg
The process cannot access the file because it is being used by another process.


100%  
100%  
100%  
100%  
100%  Waiting 15 seconds... Retrying...
2015/08/09 04:12:27 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat
The process cannot access the file because it is being used by another process.


2015/08/09 04:12:27 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG1
The process cannot access the file because it is being used by another process.


2015/08/09 04:12:27 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG2
The process cannot access the file because it is being used by another process.

 Retrying...
100%  Waiting 15 seconds... Retrying...
2015/08/09 04:12:42 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat
The process cannot access the file because it is being used by another process.


2015/08/09 04:12:42 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG1
The process cannot access the file because it is being used by another process.


2015/08/09 04:12:42 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG2
The process cannot access the file because it is being used by another process.

Waiting 15 seconds... Retrying...
2015/08/09 04:13:00 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat
The process cannot access the file because it is being used by another process.


2015/08/09 04:13:00 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG1
The process cannot access the file because it is being used by another process.


2015/08/09 04:13:00 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG2
The process cannot access the file because it is being used by another process.

Waiting 15 seconds... Retrying...
2015/08/09 04:13:15 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat
The process cannot access the file because it is being used by another process.


2015/08/09 04:13:15 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG1
The process cannot access the file because it is being used by another process.


2015/08/09 04:13:15 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG2
The process cannot access the file because it is being used by another process.

Waiting 15 seconds... Retrying...
2015/08/09 04:13:31 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat
The process cannot access the file because it is being used by another process.


ERROR: RETRY LIMIT EXCEEDED.

2015/08/09 04:13:31 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG1
The process cannot access the file because it is being used by another process.


ERROR: RETRY LIMIT EXCEEDED.

2015/08/09 04:13:31 ERROR 32 (0x00000020) Copying File c:\users\Thangam\ntuser.dat.LOG2
The process cannot access the file because it is being used by another process.


ERROR: RETRY LIMIT EXCEEDED.


------------------------------------------------------------------------------

               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :      1659         0      1659         0         0         9
   Files :     29924        18     29903         0         3        14
   Bytes : 120.716 g   48.00 m 120.655 g         0   14.25 m    4.51 m
   Times :   0:03:57   0:00:37                       0:00:00   0:02:34

   Ended : Sun Aug 09 04:13:31 2015
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial