- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windows/バックアップ/Robocopy/ログ へ行く。
- 1 (2015-05-23 (土) 21:40:08)
- 2 (2017-07-28 (金) 04:39:50)
Robocopy ログ
ログファイルを指定
Robocopy.exe /np /log:"C:\tmp\robo.log" "C:\src" "D:\dst"
- /logは/np(進捗を表示しない)を伴って指定する。
- ログファイルを追記する場合は/log+:".."とする。新規作成・追記も兼ねてOK。
ログ例
ファイル構成
以下のようなファイル構成とする。
├─dst │ test1.txt │ test2.txt │ └─src test1.txt test2.txt test3.txt
- src\test1.txt dstと同じ
- src\test2.txt dstより新しい
- src\test3.txt dstにはない
実行時のログ
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