Which backup rotation scheme retains multiple generations of data by keeping daily ("son"), weekly ("father"), and monthly ("grandfather") backup sets?
The Grandfather-Father-Son (GFS) scheme organizes backups into three tiers: daily "sons" provide short-term recovery points, weekly "fathers" extend retention for medium-term needs, and monthly "grandfathers" preserve long-term archives. This hierarchy balances restore flexibility with media usage, unlike schemes such as Tower of Hanoi (recursive schedule), FIFO (simple rolling overwrite), or the 3-2-1 rule (a storage-location guideline rather than a rotation schedule).
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What does GFS stand for in backup rotation schemes?
Open an interactive chat with Bash
How does the GFS method improve data recovery?
Open an interactive chat with Bash
What are the advantages of using a backup rotation scheme like GFS?