robocopy - ログ

ファイル構成

以下のようなファイル構成とする。

 ├─dst
 │      test1.txt
 │      test2.txt
 │
 └─src
         test1.txt
         test2.txt
         test3.txt
  • src\test1.txt dstと同じ
  • src\test2.txt dstより新しい
  • src\test3.txt dstにはない

robocopy実行時のログ

 C:\Users\user\tmp>robocopy ".\src" ".\dst"
 
 -------------------------------------------------------------------------------
    ROBOCOPY     ::     Windows の堅牢性の高いファイル コピー
 -------------------------------------------------------------------------------
 
   開始: 2015年5月23日 21:32:55
    コピー元 : C:\Users\user\tmp\src\
      コピー先 : C:\Users\user\tmp\dst\
 
     ファイル: *.*
 
   オプション: *.* /DCOPY:DA /COPY:DAT /R:1000000 /W:30
 
 ------------------------------------------------------------------------------
 
                            3    C:\Users\user\tmp\src\
 100%            新しい                 4        test2.txt
 100%      新しいファイル                       0        test3.txt
 
 ------------------------------------------------------------------------------
 
                   合計     コピー済み      スキップ       不一致        失敗    Extras
    ディレクトリ:         1         0         0         0         0         0
      ファイル:         3         2         1         0         0         0
       バイト:         4         4         0         0         0         0
        時刻:   0:00:00   0:00:00                       0:00:00   0:00:00
    終了: 2015年5月23日 21:32:55

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS