Robocopy doesn't retry on open files any more

Stahl Jojakim 16 Reputation points
2020-10-29T14:41:12.523+00:00

Hi,
I do

robocopy e:\source\build e:\source\_build /MIR

Output:

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robustes Dateikopieren für Windows
-------------------------------------------------------------------------------

  Gestartet: Donnerstag, 29. Oktober 2020 15:21:45
   Quelle : E:\source\build\bin\debug unicode\
     Ziel : E:\source\_build\bin\debug unicode\

    Dateien : *.*

  Optionen: *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30

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

                         136    E:\source\build\bin\debug unicode\
                 Neuer            477696        p2aserver.exe
                 Neuer             1.8 m        Prosys2.Automat.AspublicUD.dll
                 Neuer             3.3 m        Prosys2.Automat.AutomatUD.dll
                           2    E:\source\build\bin\debug unicode\de-DE\
                           1    E:\source\build\bin\debug unicode\en-US\
                           1    E:\source\build\bin\debug unicode\fr-FR\
                           1    E:\source\build\bin\debug unicode\it-IT\
                          65    E:\source\build\bin\debug unicode\private\
                          55    E:\source\build\bin\debug unicode\public\
                           1    E:\source\build\bin\debug unicode\tr-TR\
                           1    E:\source\build\bin\debug unicode\zh-CN\

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

           Insgesamt   KopiertÜbersprungenKeine Übereinstimmung    FEHLER    Extras
Verzeich.:         9         0         9         0         0         0
  Dateien:       263         0       260         0         3         0
    Bytes: 1015.59 m         0 1009.95 m         0    5.64 m         0
   Zeiten:   0:00:00   0:00:00                       0:00:00   0:00:00
   Beendet: Donnerstag, 29. Oktober 2020 15:21:45

In the past I was used to robocopy plaining for errors and continually retrying if the file in the destination existed and was open and couldn't be overwritten therefore. Today I asked myself why the files at the destination were not updated and found that robocopy counts the open files in its summary error column, but doesn't do any retry.

It seems to me that this is a bug. Or is this intended behavior change?
Where could I report this bug?

This is on Win 10 Version 2004 (Build 19041.572)

Joja

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,620 questions
{count} votes

7 answers

Sort by: Most helpful
  1. Paul Roy 6 Reputation points
    2021-02-11T15:22:18.707+00:00

    Hey, I'm experiencing the same issue here. Any information?

    1 person found this answer helpful.
    0 comments No comments

  2. Mairich, Christian 6 Reputation points
    2021-07-09T14:18:10.303+00:00

    We are also waiting for some answer. Still no hints?

    1 person found this answer helpful.
    0 comments No comments

  3. Mark 6 Reputation points
    2021-11-23T06:55:12.187+00:00

    I was forced to use robocopy.exe from older windows version. Please fix this.

    1 person found this answer helpful.
    0 comments No comments

  4. Thomas Martin 1 Reputation point
    2021-01-17T20:45:50.333+00:00

    I have the same problem. I think since the 2004 update robocopy does not retry anymore.


  5. Janos Hajdu 1 Reputation point
    2021-02-23T12:10:54.303+00:00

    We had the same issue. We use robocopy because of its retry ability if it is not working it just not suitable any more...

    0 comments No comments