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.
How does the GFS backup rotation scheme work in detail?
Open an interactive chat with Bash
How does the GFS scheme differ from the Tower of Hanoi rotation?
Open an interactive chat with Bash
What is the key advantage of the GFS scheme compared to FIFO backup rotation?