Error on robocopy

Emm 1 Reputation point
2022-10-11T10:44:09.413+00:00

I did a Robocopy of my windows image backup and file history using this commands

ROBOCOPY D:\ W:\ /V /X /TS /FP /TEE /S /E /COPYALL /ZB /ETA /R:2 /W:30 /log+: W:\looog.log

Did i do it properly ? I'm new at it really hope i didn't mess up anything just want an exact copy of it but i had some problems and got this errors i thought that i may not need it but still not sure what should i do here? should i just ignore it? any insight or corrections is appreciated

2022/10/11 10:00:02 ERROR 2 (0x00000002) Copying NTFS Security to Destination File D:\System Volume Information\IndexerVolumeGuid

The system cannot find the file specified.

100% New File 20480 2022/08/15 00:13:14 D:\System Volume Information\tracking.log 10:00 -> 10:00

Older 12 2022/08/15 00:13:14 D:\System Volume Information\WPSettings.dat 10:00 -> 10:00

New File 65536 2022/08/15 14:56:12 D:\System Volume Information{} 10:00 -> 10:00

2022/10/11 10:00:02 ERROR 5 (0x00000005) Copying NTFS Security to Destination File D:\System Volume Information{}
Access is denied.

New File 21.8 m 2022/10/09 15:55:02 D:\System Volume Information{}{} 10:00 -> 10:00
2022/10/11 10:00:02 ERROR 5 (0x00000005) Copying NTFS Security to Destination File D:\System Volume Information{}{}
Access is denied.

New File 21.5 m 2022/10/09 17:56:43 D:\System Volume Information{}{} 10:00 -> 10:00
2022/10/11 10:00:02 ERROR 5 (0x00000005) Copying NTFS Security to Destination File D:\System Volume Information{}{}
Access is denied.

New File 13.9 g 2022/10/09 17:56:42 D:\System Volume Information{}{} 10:00 -> 10:01
2022/10/11 10:00:02 ERROR 5 (0x00000005) Copying NTFS Security to Destination File D:\System Volume Information{}{}
Access is denied.

New File 1.8 g 2022/10/09 14:20:22 D:\System Volume Information{}{} 10:00 -> 10:00
2022/10/11 10:00:02 ERROR 5 (0x00000005) Copying NTFS Security to Destination File D:\System Volume Information{}{}
Access is denied.
Total Copied Skipped Mismatch FAILED Extras
Dirs : 833 827 6 0 0 0
Files : 16686 16680 0 0 6 1
Bytes : 599.262 g 583.404 g 0 0 15.858 g 0
Times : 1:22:53 1:22:10 0:00:00 0:00:43

Speed : 127050264 Bytes/sec.
Speed : 7269.874 MegaBytes/min.
Ended : Tuesday, 11 October 2022 10:49:24 am

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,195 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MotoX80 32,911 Reputation points
    2022-10-11T13:56:06.137+00:00

    Exclude that folder.

    /xd "System Volume Information"  
    
    0 comments No comments

  2. Emm 1 Reputation point
    2022-10-11T15:36:11.663+00:00

    Why do i exclude it? is it really like that?did the error affect my other files or stuff? but if not then I'll i just ignore it right it was already skipped from the commands so no need in running Robocopy again.