Robocopy transfer speed in log file

Odpovědět Robocopy transfer speed in log file

  • Friday, September 21, 2012 9:17 AM
     
     

    In xp or 2003 robocopy log transfer speed at the end log file. How to get this in w7 or 2008 r2?

    thanks

All Replies

  • Friday, September 21, 2012 12:33 PM
     
     Answered
    Logging options
                    /L : List only - don’t copy, timestamp or delete any files.
                   /NP : No Progress - don’t display % copied.
             /LOG:file : Output status to LOG file (overwrite existing log).
          /UNILOG:file : Output status to Unicode Log file (overwrite) ##
            /LOG+:file : Output status to LOG file (append to existing log).
         /UNILOG+:file : Output status to Unicode Log file (append) ##
                   /TS : Include Source file Time Stamps in the output.
                   /FP : Include Full Pathname of files in the output.
                   /NS : No Size - don’t log file sizes.
                   /NC : No Class - don’t log file classes.
                  /NFL : No File List - don’t log file names.
                  /NDL : No Directory List - don’t log directory names.
                  /TEE : Output to console window, as well as the log file.
                  /NJH : No Job Header.
                  /NJS : No Job Summary.
  • Tuesday, September 25, 2012 2:35 AM
    Moderator
     
     Answered

    Hi,


    You can refer to the Logging options in the Robocopy command.


    Hope this helps.


    Vincent Wang

    TechNet Community Support

  • Tuesday, December 04, 2012 3:04 PM
     
      Has Code

    Hi, have the same problem .. tested all possible log-options, but still missing the speed-lines on 2k8 R2 Ent. german ... noticed that on a 2k8R2 Std. english server robocopy shows me the speed summary .. have tested with no options and standard options (as below) too.

    > Example from 2008 R2 Ent. german (robocopy version 5.1.10.1027 - XP027):

     Optionen: *.* /S /E /COPY:DAT /PURGE /MIR /XJF /XJD /XA:SH /MT:16 /R:0 /W:0 
    
    ------------------------------------------------------------------------------
    ...
    ------------------------------------------------------------------------------
    
               Insgesamt   KopiertšbersprungenKeine šbereinstimmung    FEHLER    Extras
    Verzeich.:         1         0         1         0         0         0
      Dateien:         9         9         0         0         0         0
        Bytes: 236.352 g 236.352 g         0         0         0         0
       Zeiten:   3:28:12   0:43:31                       0:00:00   0:18:26
    
      Beendet: Tue Dec 04 02:08:18 2012
    

    > Example from 2008 R2 Std. english (same robo version: 5.1.10.1027 - XP027):

      Options : *.* /S /E /COPY:DAT /PURGE /MIR /XJF /XJD /XA:SH /R:0 /W:0 
    
    ------------------------------------------------------------------------------
    ...
    ------------------------------------------------------------------------------
    
                   Total    Copied   Skipped  Mismatch    FAILED    Extras
        Dirs :      5165         2      5163         0         0         0
       Files :     60646        72     60574         0         0         0
       Bytes :  32.662 g   3.281 g  29.380 g         0         0         0
       Times :   2:02:00   1:33:04                       0:00:00   0:28:56
    
    
       Speed :              630988 Bytes/sec.
       Speed :              36.105 MegaBytes/min.
    
       Ended : Tue Dec 04 03:02:01 2012

    The /MT switch isn't the reason, maybe the language ? .. or can you tell me the exactly switch (example) with german lang pack

    .. need help, thanks, Andy