Robocopy摘要时间不正确

时间:2019-04-04 08:17:15

标签: robocopy

我已经设置了robocopy脚本,并且该脚本可以正常运行。

但是,在日志文件的摘要中,“总时间”对我来说没有意义,因为该作业运行约109分钟,但总收益为3:39:06?

有人可以解释为什么这看起来不对吗。

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

  Started : 03 April 2019 20:30:04
   Source : G:\Backup\
     Dest : \\newserver\Backup\

    Files : refresh*

  Options : /V /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /Z /PF /MT:1 /R:5 /W:5 

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

        New File          21.0 g    G:\Backup\refresh.bak 

               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :         1         1         0         0         0         0
   Files :         1         1         0         0         0         0
   Bytes :  21.019 g  21.019 g         0         0         0         0
   Times :   3:39:06   0:54:46                       0:00:00   0:54:46
   Ended : 03 April 2019 22:19:37

0 个答案:

没有答案