Difficulty: Easy
Correct Answer: "father" file
Explanation:
Introduction / Context:
The grandfather–father–son (GFS) backup scheme labels backups by recency to simplify retention and restoration. Understanding these labels helps operators quickly identify which copy to use after a failure and how to rotate media for compliance and disaster recovery objectives.
Given Data / Assumptions:
Concept / Approach:
In GFS, the son is the newest (today’s or most recent) backup. The father is the next older generation (commonly the prior day or prior week, depending on policy). The grandfather is the oldest retained tier (often monthly). Therefore, the file created yesterday is the father file in the rotation hierarchy.
Step-by-Step Solution:
Verification / Alternative check:
Operations runbooks and certification texts define GFS with son (most recent), father (previous), grandfather (oldest cycle), confirming the labeling.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing day/week/month mappings; using nonstandard labels that hinder recovery teams.
Final Answer:
"father" file
Discussion & Comments