管理者は、2 つの Windows サーバー間で大量のデータをレプリケートするのを支援しています。管理者は、すでに転送されたデータの量がわかりません。すべてのデータが一貫してコピーされることを保証するのに最も適しているのは次のうちどれですか?
正解:D
Robocopy (Robust File Copy) is a command-line tool that can copy files and folders between Windows servers or computers. It has many features and options that can ensure all the data is copied consistently, such as retrying failed copies, resuming interrupted copies, copying permissions and attributes, mirroring source and destination directories, and logging the copy progress and results. Verified Reference: [Robocopy], [File copy]