You are on page 1of 2

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

ROBOCOPY :: Robust File Copy for Windows


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

Started : Monday, May 4, 2020 6:00:40 PM


Source : C:\test" D:\test"\
Dest -

Files : *.*

Options : *.* /NFL /S /E /COPYALL /ZB /XJ /R:0 /W:0

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

ERROR : No Destination Directory Specified.

Simple Usage :: ROBOCOPY source destination /MIR

source :: Source Directory (drive:\path or \\server\share\path).


destination :: Destination Dir (drive:\path or \\server\share\path).
/MIR :: Mirror a complete directory tree.

For more usage information run ROBOCOPY /?

**** /MIR can DELETE files as well as copy them !

-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------

Started : Monday, May 4, 2020 6:02:48 PM


Source : C:\test\
Dest : D:\test\

Files : *.*

Options : *.* /NFL /S /E /COPYALL /ZB /XJ /R:0 /W:0

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

8 C:\test\

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

Total Copied Skipped Mismatch FAILED Extras


Dirs : 1 0 1 0 0 0
Files : 8 8 0 0 0 0
Bytes : 1.50 m 1.50 m 0 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00

Speed : 38473585 Bytes/sec.


Speed : 2201.476 MegaBytes/min.
Ended : Monday, May 4, 2020 6:02:49 PM

-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------

Started : Monday, May 4, 2020 6:03:49 PM


Source : C:\test\
Dest : D:\test\

Files : *.*

Options : *.* /NFL /S /E /COPYALL /ZB /XJ /R:0 /W:0

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

8 C:\test\

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

Total Copied Skipped Mismatch FAILED Extras


Dirs : 1 0 1 0 0 0
Files : 8 1 7 0 0 0
Bytes : 1.50 m 17.9 k 1.48 m 0 0 0
Times : 0:00:00 0:00:00 0:00:00 0:00:00

Speed : 18405000 Bytes/sec.


Speed : 1053.142 MegaBytes/min.
Ended : Monday, May 4, 2020 6:03:49 PM

You might also like