Windows 10: RoboCopy is reporting a failed copy in the summary but not in the details even with /V.

Discus and support RoboCopy is reporting a failed copy in the summary but not in the details even with /V. in Windows 10 Installation and Upgrade to solve the problem; In Windows 10 robocopy is reporting a failed copy but the detail log looks fine so I can't fixed the problem. Total Copied Skipped... Discussion in 'Windows 10 Installation and Upgrade' started by isgdre, Feb 3, 2021.

  1. isgdre Win User

    RoboCopy is reporting a failed copy in the summary but not in the details even with /V.


    In Windows 10 robocopy is reporting a failed copy but the detail log looks fine so I can't fixed the problem.


    Total Copied Skipped Mismatch FAILED Extras

    Dirs : 1101 0 1101 0 0 0

    Files : 5369 111 5257 0 1 110


    When it fails it returns error code 11 FAIL XTRA COPY

    This started happening With the last update of windows 10 20H2. It seems to be happening approx every other day. What can I do to find out what's failing?

    Here is the job details. As you can see the /V option is on the common solutions you can find on line.


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

    ROBOCOPY :: Robust File Copy for Windows

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



    Started : Tuesday, February 2, 2021 9:24:15 PM

    Source : N:\

    Dest : U:\FLUX.N.RoboCopyBak\



    Files : *.*



    Exc Dirs : $RECYCLE.BIN

    System Volume Information

    Temporary Internet Files



    Options : /JOB *.* /V /TEE /S /E /DCOPYRoboCopy is reporting a failed copy in the summary but not in the details even with /V. :DA /COPYRoboCopy is reporting a failed copy in the summary but not in the details even with /V. :DAT /PURGE /MIR /ETA /XJD /A+:AN /A-:SH /R:2 /W:1



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

    :)
     
    isgdre, Feb 3, 2021
    #1
  2. sba923 Win User

    Cannot force ROBOCOPY to copy files with /IS

    I'm encountering the following situation:

    - in directory ./bf2 I have a corrupted copy of a file with the same name found in directory ./bf

    - I run

    ROBOCOPY /v /is bf bf2

    in a attempt to overwrite the faulty copy in 'bf2' with the correct file found in 'bf'

    - the output from ROBOCOPY is:

    PS C:\Users\steph> robocopy /is /v /ts C:\users\steph\Desktop\bf C:\users\steph\Desktop\bf2 *.7z

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

    ROBOCOPY :: Robust File Copy for Windows

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

    Started : Tuesday, July 26, 2016 10:12:48

    Source : C:\users\steph\Desktop\bf\

    Dest : C:\users\steph\Desktop\bf2\

    Files : *.7z



    Options : /V /TS /DCOPYRoboCopy is reporting a failed copy in the summary but not in the details even with /V. :DA /COPYRoboCopy is reporting a failed copy in the summary but not in the details even with /V. :DAT /IS /R:1000000 /W:30

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

    1 C:\users\steph\Desktop\bf\

    modified 335.2 m 2016/07/25 15:26:45 off_homedir.bkp.7z

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

    Total Copied Skipped Mismatch FAILED Extras

    Dirs : 1 0 1 0 0 0

    Files : 1 0 1 0 0 0

    Bytes : 335.24 m 0 335.24 m 0 0 0

    Times : 0:00:00 0:00:00 0:00:00 0:00:00

    Ended : Tuesday, July 26, 2016 10:12:48

    As you can see, the file is NOT copied, so the bad copy remains in 'bf2' instead of getting overwritten with the correct data.

    How can I get ROBOCOPY to work properly?

    FWIW I'm running Windows 10, and the problem can be repro'ed both with 10.0.10586.494 and with 10.0.14393.3
     
    sba923, Feb 3, 2021
    #2
  3. pgrizard Win User
    why is robocopy failing to copy files with long path names

    I thought one of robocopy's great features was the ability to copy long path names?

    I am trying to copy files on a windows 2008 R2 server and everything accept items with long paths are copying.

    I am copying from one volume to another H:\ -> K:\

    does it not work on server 2008? are there certain scenarios where it wont copy long file names?

    robocopy "\\server\k$\Shares\Projects\2020-move" "\\server\h$\2020-move" /S /E /COPYALL /ZB /MT:12 /R:1 /W:1 /TEE /LOG:H:\robocopy\2020-unc.log
     
    pgrizard, Feb 3, 2021
    #3
  4. RoboCopy is reporting a failed copy in the summary but not in the details even with /V.

    Copy NTFS permissions to a NAS with Robocopy

    Hello,

    I'm actually using Robocopy to copy a "home" folder with NTFS permissions to a NAS Synology. All theses equipment are on the domain, that will be named XXXXX in this post.

    The permissions on the "home" folder are explicit, and not inherited from the parent folder. Also note that the SYNOLOGY NAS have the Windows Permissions activated.

    The goal is to create a backup of this "home" folder to the NAS with the permissions.

    Here is the Robocopy script that i'm using :

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

    set rep_log=C:\Script\log

    set rep_sync_DATA=\\SRV1\e$\home\

    set rep_sync_NAS=\\NAS-SYNOLOGY01\test01\backup\home\

    robocopy %rep_sync_DATA% %rep_sync_NAS% /MIR /SEC /ZB /NP /XF thumbs.db /R:2 /W:5 /log:%rep_log%\Synchronisation_backup_nas.txt

    -----------

    The Robocopy script works well, and the files are well copied. EXCEPT one. On my "home" source folder, we can find on the permission list the XXXXXX\Administrators group. (explicit permission)

    But, unfortunately, once the folder is copied to the NAS, it change the XXXXX\Administrators group to NAS-SYSNOLOG01\Administrators. This folder take the local domain of the NAS instead of my AD domain.

    Please note that this "domain change" is only applied to this group, and the others lambda groups are not impacted by this strange change. (example XXXXXX\Sales group on source folder will be copied as XXXXXX\Sales to the destination)

    The same script works perfectly if the destination is a USB HDD for example. It only happens if I want to copy to the NAS.

    Any idea to fix this issue ? I faced this issue twice, with SYNOLOGY and with NETAPP technology. Whatever soft I tried to copy (robocopy or others), the result is the same...

    Thanks for your potential help RoboCopy is reporting a failed copy in the summary but not in the details even with /V. :)

    Sébastien
     
    Sébastien_980, Feb 3, 2021
    #4
Thema:

RoboCopy is reporting a failed copy in the summary but not in the details even with /V.

Loading...
  1. RoboCopy is reporting a failed copy in the summary but not in the details even with /V. - Similar Threads - RoboCopy reporting failed

  2. VLSM Summary lic report

    in Windows 10 Gaming
    VLSM Summary lic report: Could you guide me to where I can find this report, including the number of licenses I purchased? VLSM Summary from the Microsoft admin center.Thanks. https://answers.microsoft.com/en-us/windows/forum/all/vlsm-summary-lic-report/994f8c3d-d987-431c-907c-7892ad3edb00
  3. VLSM Summary lic report

    in Windows 10 Software and Apps
    VLSM Summary lic report: Could you guide me to where I can find this report, including the number of licenses I purchased? VLSM Summary from the Microsoft admin center.Thanks. https://answers.microsoft.com/en-us/windows/forum/all/vlsm-summary-lic-report/994f8c3d-d987-431c-907c-7892ad3edb00
  4. DPM Backup Summary Report

    in Windows 10 Gaming
    DPM Backup Summary Report: Hi All,I hope you are well. I am looking to download the DPM backup summary report. The technet link below doesn't provide ithttp://gallery.technet.microsoft.com/DPM-Backup-Summary-Report-4533bcc6Please direct me to where I can download itRegards,Paul...
  5. DPM Backup Summary Report

    in Windows 10 Software and Apps
    DPM Backup Summary Report: Hi All,I hope you are well. I am looking to download the DPM backup summary report. The technet link below doesn't provide ithttp://gallery.technet.microsoft.com/DPM-Backup-Summary-Report-4533bcc6Please direct me to where I can download itRegards,Paul...
  6. DPM Backup Summary Report

    in Windows 10 Installation and Upgrade
    DPM Backup Summary Report: Hi All,I hope you are well. I am looking to download the DPM backup summary report. The technet link below doesn't provide ithttp://gallery.technet.microsoft.com/DPM-Backup-Summary-Report-4533bcc6Please direct me to where I can download itRegards,Paul...
  7. Robocopy element fail's in Robocopy but works fine in Copy command.

    in Windows 10 Gaming
    Robocopy element fail's in Robocopy but works fine in Copy command.: Command Prompt Copy Command Prompt works fine: Copy "C:\Users\Dennis\Documents\Tax Data\*.T*" "F:\Tax Data"Following command works fine except the Bolded element: ~*.T*Robocopy "C:\Users\Name\Documents\Tax Data" "F:\Tax Data" *.* /XF ~*.xls* ~*.docx ~*.pdf ~*.txt ~*.T* /E /XO...
  8. Robocopy element fail's in Robocopy but works fine in Copy command.

    in Windows 10 Software and Apps
    Robocopy element fail's in Robocopy but works fine in Copy command.: Command Prompt Copy Command Prompt works fine: Copy "C:\Users\Dennis\Documents\Tax Data\*.T*" "F:\Tax Data"Following command works fine except the Bolded element: ~*.T*Robocopy "C:\Users\Name\Documents\Tax Data" "F:\Tax Data" *.* /XF ~*.xls* ~*.docx ~*.pdf ~*.txt ~*.T* /E /XO...
  9. ROBOCOPY fails copying files from source root

    in Windows 10 Software and Apps
    ROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem...
  10. RoboCopy is reporting a failed copy in the summary but not in the details even with /V and...

    in Windows 10 Network and Sharing
    RoboCopy is reporting a failed copy in the summary but not in the details even with /V and...: In Windows 10 robocopy is reporting a failed copy but the detail log looks fine so I can't fixed the problem. Total Copied Skipped Mismatch FAILED Extras Dirs : 1101 0 1101 0 0 0 Files : 5369 111...