0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

バッチのバックアップのコマンドをxcopyからrobocopyに変えたら処理時間が半減した

Posted at

作業環境

  • windows11 23H2
  • Synology DS118
  • アイオーデータ製NAS HDL2-AAX2

xcopyを使った場合

バックアップ容量:360GB
バックアップ処理時間:8時間
コマンド:
XCOPY /C /S /I データ元 バックアップ先 >> log.log

robocopyを使った場合

バックアップ容量:360GB
バックアップ処理時間:5時間40分
コマンド:
robocopy データ元 バックアップ先 /MIR /R:10 /W:30 /LOG+:log.log /NP /NDL /TEE /XJD /XJF /XD "c:\hoge"

所感

半減は言い過ぎましたね。。。
ですが熱い時期にPCの負荷が減るのはいいことかも。
ご参考まで。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?