Windows 10: robocopy retry argument ignored

Discus and support robocopy retry argument ignored in Windows 10 Network and Sharing to solve the problem; Hi! I've just faced a strange behaviour of robocopy as it ignores the /R argument. I use Windows 10, version 20.04, build 19041.508. I wanted to... Discussion in 'Windows 10 Network and Sharing' started by AronAlbert, Oct 14, 2020.

  1. robocopy retry argument ignored


    Hi!


    I've just faced a strange behaviour of robocopy as it ignores the /R argument. I use Windows 10, version 20.04, build 19041.508.


    I wanted to copy files from one folder to another using /R:10 retry 10 times and /W:3 wait 3 seconds between retries arguments but it simply skipped retrying and finished with exit code 11. That means some extra files were removed, some files were copied and some were failed to copy. The log showed no sign of retry it went straight to the end.

    Retry is an important feature for me as some files can be locked at first try.


    It has different behaviour in earlier versions of Windows. Does anyone have this issue on the 20.04 version of Windows 10?

    :)
     
    AronAlbert, Oct 14, 2020
    #1
  2. DaveM121 Win User

    Is there a way for Robocopy to ignore file copy errors?

    Hi RMDEQ

    If you use the R and W switches with an argument of 0, then Robocopy should just skip errors and continue . . .

    /R:0 /W:0
     
    DaveM121, Oct 14, 2020
    #2
  3. 3dWrecker Win User
    Robocopy Ignores /SL in Windows 10

    Robocopy is ignoring the /SL feature. (/SL :: copy symbolic links versus the target.). This causes it to copy the videos Music and Pictures folders twice because there are system shortcuts to these folders in the Documents folder for compatibility.

    Command is as follows (replace ***** with user name):

    Code:
    robocopy "C:\Users\*****\Documents" "E:\*****\Documents" /sl /mir
    
    robocopy "C:\Users\*****\Videos" "E:\*****\Videos" /sl /mir
    
    robocopy "C:\Users\*****\Music" "E:\*****\Music" /sl /mir
    
    robocopy "C:\Users\*****\Pictures" "E:\*****\Pictures" /sl /mir
    
    
    Please fix this Microsoft.
     
    3dWrecker, Oct 14, 2020
    #3
  4. Bree Win User

    robocopy retry argument ignored

    Anyone familair with robocopy?

    I use RoboCopy in a batch file to backup my user folder. There's a couple of pitfalls to be aware of. You've already found the 'retries' one. The default is a million retries waiting 30 seconds between each (that's nearly a year!). NTUser.dat was the file that it caught me out on. There's some switches to deal with that...
    ...I skip locked files with /R:0 (which would probably have fixed your 'System Volume Information' problem too).

    The other problem I had was an infinite recursion (well, until the maximum path length was exceeded) of particular folders on the destination drive. These were caused by what look like links to 'My Music', 'My Pictures', etc. in the Documents folder. They're not links, they are Junction Points, there's a switch to deal with that too.
    Type RoboCopy /? for the full list.
     
Thema:

robocopy retry argument ignored

Loading...
  1. robocopy retry argument ignored - Similar Threads - robocopy retry argument

  2. robocopy

    in Windows 10 Network and Sharing
    robocopy: Hi robocopylog Total Copied ?1055, 197, log.txt818?/MIR /MT:8 /r:2 https://answers.microsoft.com/en-us/windows/forum/all/robocopy/dca938b6-3089-4c84-ac33-6ae7c255f0b5
  3. robocopy

    in Windows 10 Gaming
    robocopy: Hi robocopylog Total Copied ?1055, 197, log.txt818?/MIR /MT:8 /r:2 https://answers.microsoft.com/en-us/windows/forum/all/robocopy/dca938b6-3089-4c84-ac33-6ae7c255f0b5
  4. robocopy

    in Windows 10 Software and Apps
    robocopy: Hi robocopylog Total Copied ?1055, 197, log.txt818?/MIR /MT:8 /r:2 https://answers.microsoft.com/en-us/windows/forum/all/robocopy/dca938b6-3089-4c84-ac33-6ae7c255f0b5
  5. RoboCopy with /np switch still lists all ignored files

    in Windows 10 Network and Sharing
    RoboCopy with /np switch still lists all ignored files: I have a bat file to move a small number of PDFs to a different folder with many PDFsSwitches: /mov /np /R:5The files are moved but RoboCopy displays every PDF in the receiving folderIs there a switch that will execute the move without displaying every not matched pdf?...
  6. RoboCopy with /np switch still lists all ignored files

    in Windows 10 Gaming
    RoboCopy with /np switch still lists all ignored files: I have a bat file to move a small number of PDFs to a different folder with many PDFsSwitches: /mov /np /R:5The files are moved but RoboCopy displays every PDF in the receiving folderIs there a switch that will execute the move without displaying every not matched pdf?...
  7. RoboCopy with /np switch still lists all ignored files

    in Windows 10 Software and Apps
    RoboCopy with /np switch still lists all ignored files: I have a bat file to move a small number of PDFs to a different folder with many PDFsSwitches: /mov /np /R:5The files are moved but RoboCopy displays every PDF in the receiving folderIs there a switch that will execute the move without displaying every not matched pdf?...
  8. Is there a way for Robocopy to ignore file copy errors?

    in Windows 10 Installation and Upgrade
    Is there a way for Robocopy to ignore file copy errors?: I am trying to backup files from a disk that is probably going bad. I've already run "chkdsk" on it, so now my old CRC errors are now "file unreadable" errors. I can't find any combination of the /R and /W switches that would permit errors to be ignored. It would make...
  9. Robocopy

    in Windows 10 Customization
    Robocopy: I like Robocopy and used it for a long time but after upgrading from Windows 7 to Windows 10, it got in a loop when I tried to back up via the Documents and Settings Junction. I know that I didn’t change permissions on this folder. But If I try to open it, I get "Access...
  10. Invalid Argument

    in Windows 10 Network and Sharing
    Invalid Argument: HI guys Ive got an issue with KODI and windows 10. Everything was A ok until a couple weeks ago when i started getting Invalid Argument VIA smb and a shared folder. Basically, everytime i try to access the shared folder i get the error from any device. So far ive...