バックアップ管理者がバックアップ ポリシーを定義しました。 このポリシーでは、毎週日曜日の午後 9 時に完全バックアップを実行し、残りの日は午後 9 時に増分バックアップを実行する必要があります。 木曜日の朝にファイルが誤って削除された場合、ファイルを復元するには何枚のバックアップ コピーが必要ですか?
正解:D
Explanation
In your scenario, a full backup was performed on Sunday and incremental backups were performed on Monday, Tuesday and Wednesday. If files were accidentally deleted Thursday morning, you would need two backup copies to restore the files: the full backup from Sunday and the incremental backup from Wednesday. This is because the incremental backup from Wednesday would contain all the changes made since Sunday's full backup.