システム管理者は、Microsoft Windows マシン上のフォルダーの定期的なバックアップを作成しています。ソース データは非常に動的であり、ファイルは定期的に追加または削除されます。バックアップのソース データをミラーリングするために使用できるユーティリティは次のうちどれですか?
正解:C
Robocopy is a command-line utility that can be used to mirror the source data for the backup. It can copy files and folders with various options, such as copying only changed files, preserving attributes and permissions, and retrying failed copies. Robocopy is more powerful and flexible than copy or xcopy, which are simpler commands that can only copy files and folders without mirroring or other advanced features. Copy-Item is a PowerShell cmdlet that can also copy files and folders, but it is not a native Windows utility and it requires PowerShell to run1.