Jump to content

Recommended Posts

Guest is_mstn
Posted

There seems to be a bug in the Win7 version of Robocopy: the "Multi Threded" options seems to disable "No Progress" option:

 

robocopy c:\users\Public\Robocopy-Test\in c:\users\Public\Robocopy-Test\out /nfl /np /mt /e /dcopy:t /r:0 /w:0 /log:Robo-Test.txt

 

Log:

 

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

ROBOCOPY :: Robust File Copy for Windows

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

 

Started : Sat Dec 12 19:01:10 2009

 

Source : c:\users\Public\Robocopy-Test\in\

Dest : c:\users\Public\Robocopy-Test\out\

 

Files : *.*

 

Options : *.* /NFL /S /E /COPY:DAT /DCOPY:T /NP /MT:8 /R:0 /W:0

 

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

 

0 c:\users\Public\Robocopy-Test\in\

New Dir 4 c:\users\Public\Robocopy-Test\in\1\

100%

0%

100%

100%

100%

New Dir 3 c:\users\Public\Robocopy-Test\in\2\

100%

100%

100%

 

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

 

Total Copied Skipped Mismatch FAILED Extras

Dirs : 3 2 1 0 0 0

Files : 7 7 0 0 0 0

Bytes : 33.13 m 33.13 m 0 0 0 0

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

 

Ended : Sat Dec 12 19:01:10 2009

 

The only way I found to fix this is NOT to use the /MT option, e.g.:

robocopy c:\users\Public\Robocopy-Test\in c:\users\Public\Robocopy-Test\out /nfl /np /e /dcopy:t /r:0 /w:0 /log:Robo-Test.txt

 

Log:

 

 

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

ROBOCOPY :: Robust File Copy for Windows

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

 

Started : Sat Dec 12 19:04:07 2009

 

Source : c:\users\Public\Robocopy-Test\in\

Dest : c:\users\Public\Robocopy-Test\out\

 

Files : *.*

 

Options : *.* /NFL /S /E /COPY:DAT /DCOPY:T /NP /R:0 /W:0

 

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

 

0 c:\users\Public\Robocopy-Test\in\

New Dir 4 c:\users\Public\Robocopy-Test\in\1\

New Dir 3 c:\users\Public\Robocopy-Test\in\2\

 

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

 

Total Copied Skipped Mismatch FAILED Extras

Dirs : 3 2 1 0 0 0

Files : 7 7 0 0 0 0

Bytes : 33.13 m 33.13 m 0 0 0 0

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

 

 

Speed : 579033733 Bytes/sec.

Speed : 33132.575 MegaBytes/min.

 

Ended : Sat Dec 12 19:04:07 2009

 

 

Is there a way to use the /MT option without filling the log with "100%"s?

 

More...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...