我在使用 /MIR 开关时也遇到了同样的情况,但没有它,这两个开关不会自动添加。所以我认为这种情况可能与其他使用过的开关有关。
带有 /MIR 开关的 Robocopy:
C:\Windows\system32>ROBOCOPY F:\robocopytestv G:\robocopytestw /MIR
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, February 8, 2019 19:40:01
Source : F:\robocopytestv\
Dest : G:\robocopytestw\
Files : *.*
Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30
------------------------------------------------------------------------------
6 F:\robocopytestv\
100% New File 0 New Bitmap Image.bmp
100% New File 495616 New Microsoft Access Database.accdb
100% New File 6171 New Microsoft Excel Worksheet.xlsx
100% New File 0 New Microsoft PowerPoint Presentation.pptx
100% New File 0 New Microsoft Word Document.docx
100% New File 7942 New OpenDocument Drawing.odg
New Dir 0 F:\robocopytestv\New folder\
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 2 1 1 0 0 0
Files : 6 6 0 0 0 0
Bytes : 497.7 k 497.7 k 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 72818428 Bytes/sec.
Speed : 4166.703 MegaBytes/min.
Ended : Friday, February 8, 2019 19:40:01
不带 /MIR 开关的 Robocopy:
C:\Windows\system32>ROBOCOPY F:\robocopytestv G:\robocopytestw
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, February 8, 2019 19:38:12
Source : F:\robocopytestv\
Dest : G:\robocopytestw\
Files : *.*
Options : *.* /DCOPY:DA /COPY:DAT /R:1000000 /W:30
------------------------------------------------------------------------------
6 F:\robocopytestv\
100% New File 0 New Bitmap Image.bmp
100% New File 495616 New Microsoft Access Database.accdb
100% New File 6171 New Microsoft Excel Worksheet.xlsx
100% New File 0 New Microsoft PowerPoint Presentation.pptx
100% New File 0 New Microsoft Word Document.docx
100% New File 7942 New OpenDocument Drawing.odg
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 1 0 1 0 0 0
Files : 6 6 0 0 0 0
Bytes : 497.7 k 497.7 k 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 84954833 Bytes/sec.
Speed : 4861.154 MegaBytes/min.
Ended : Friday, February 8, 2019 19:38:12
带有 /MIR 和 /S 开关的 Robocopy:
C:\Windows\system32>ROBOCOPY F:\robocopytestv G:\robocopytestw /S /MIR
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, February 8, 2019 19:41:17
Source : F:\robocopytestv\
Dest : G:\robocopytestw\
Files : *.*
Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30
------------------------------------------------------------------------------
6 F:\robocopytestv\
100% New File 0 New Bitmap Image.bmp
100% New File 495616 New Microsoft Access Database.accdb
100% New File 6171 New Microsoft Excel Worksheet.xlsx
100% New File 0 New Microsoft PowerPoint Presentation.pptx
100% New File 0 New Microsoft Word Document.docx
100% New File 7942 New OpenDocument Drawing.odg
New Dir 0 F:\robocopytestv\New folder\
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 2 1 1 0 0 0
Files : 6 6 0 0 0 0
Bytes : 497.7 k 497.7 k 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 12432414 Bytes/sec.
Speed : 711.388 MegaBytes/min.
Ended : Friday, February 8, 2019 19:41:18
带有 /MIR 和 /E 开关的 Robocopy:
C:\Windows\system32>ROBOCOPY F:\robocopytestv G:\robocopytestw /E /MIR
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Friday, February 8, 2019 19:42:35
Source : F:\robocopytestv\
Dest : G:\robocopytestw\
Files : *.*
Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /R:1000000 /W:30
------------------------------------------------------------------------------
6 F:\robocopytestv\
100% New File 0 New Bitmap Image.bmp
100% New File 495616 New Microsoft Access Database.accdb
100% New File 6171 New Microsoft Excel Worksheet.xlsx
100% New File 0 New Microsoft PowerPoint Presentation.pptx
100% New File 0 New Microsoft Word Document.docx
100% New File 7942 New OpenDocument Drawing.odg
New Dir 0 F:\robocopytestv\New folder\
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 2 1 1 0 0 0
Files : 6 6 0 0 0 0
Bytes : 497.7 k 497.7 k 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00
Speed : 72818428 Bytes/sec.
Speed : 4166.703 MegaBytes/min.
Ended : Friday, February 8, 2019 19:42:35