hardwarea-plusBeginner25 min read

What Is Grandfather-Father-Son in Computer Hardware?

Also known as: Grandfather-Father-Son, GFS backup, tape rotation scheme, backup retention policy, CompTIA A+ backup

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security
On This Page

Quick Definition

Grandfather-Father-Son is a method for organizing backups using three levels of media. Daily backups are called sons, weekly backups are called fathers, and monthly backups are called grandfathers. This system allows you to restore data from yesterday, last week, or last month without needing endless tapes or drives.

Must Know for Exams

The Grandfather-Father-Son backup scheme appears in the CompTIA A+ 220-1102 exam (Core 2) under Domain 3.0: Software Troubleshooting, which includes backup and recovery methods. It also appears in CompTIA Server+ and CompTIA Security+ exams.

In the A+ exam, you are expected to understand the basic concept of backup rotation schemes, including GFS, because it is a common real-world practice. The exam objectives state that you should be able to compare and contrast backup methods, including full, incremental, differential, and synthetic backups, as well as rotation schemes. You may see a question that asks: A company uses a backup rotation scheme where daily backups are kept for one week, weekly backups for one month, and monthly backups for one year.

What is this scheme called? The correct answer is Grandfather-Father-Son. The exam may also present a scenario. For example, a small business has five tapes and wants to be able to restore data from any day of the past week, any week of the past month, and any month of the past year.

Which backup rotation strategy should you recommend? The answer is GFS. The exam might also test your understanding of the number of tapes required. In a basic GFS scheme, you need at least five daily tapes, four or five weekly tapes, and twelve monthly tapes.

That is a total of 21 or 22 tapes. The exam expects you to calculate this. Another common question: Which backup rotation scheme uses the fewest tapes while still providing multiple restore points?

GFS is the correct answer because it reuses media efficiently. In the Security+ exam, GFS is discussed in the context of data retention policies for compliance. You may be asked about how long to keep certain backups to meet regulatory requirements.

Understanding GFS helps you answer those questions. The exam will not ask you to write a script or configure software. It will test your conceptual knowledge of how the rotation works and its advantages and disadvantages.

Simple Meaning

Imagine you have a set of three notebooks where you write your homework each day. The first notebook is for today's homework. At the end of the week, you copy the most important work from that week into a second notebook, which becomes your weekly summary.

At the end of the month, you take the best parts from all the weekly notebooks and write them into a third notebook, your monthly archive. If you lose your daily notebook, you can still check the weekly one. If you lose that, the monthly notebook still has the big picture.

This is exactly how Grandfather-Father-Son works for computer backups. You keep a set of daily backups (the sons) for the most recent work. You keep a set of weekly backups (the fathers) for the past few weeks.

You keep monthly backups (the grandfathers) for long-term storage. The idea is to use a small number of tapes or drives in rotation. You do not need a new tape every single day forever.

Instead, you reuse the oldest tape in each category when it is time for the next backup. For example, on Monday you back up to tape A, on Tuesday to tape B, on Wednesday to tape C, on Thursday to tape D, and on Friday to tape E. That gives you five daily tapes.

The next Monday, you reuse tape A because it is the oldest. The daily tapes are recycled every week. At the end of the week, you take one of those tapes and store it as the weekly father backup.

Then you recycle it after a few weeks. At the end of the month, you take one of the weekly tapes and store it as the monthly grandfather backup. That tape might be kept for a year.

This method uses very few tapes but gives you the ability to restore data from many different points in time.

Full Technical Definition

The Grandfather-Father-Son (GFS) backup rotation is a classic data protection strategy widely used in tape-based backup environments, though it also applies to disk-based and cloud storage solutions. It structures backups into three tiers with different retention periods. The son tier represents daily backups, typically retained for one week.

The father tier represents weekly backups, retained for one month. The grandfather tier represents monthly backups, retained for one year or longer. Each tier uses a pool of media that follows a set rotation cycle.

For the son tier, a set of tapes or disk volumes is used, one for each day of the week. On the first Monday, you use tape S1. On Tuesday, tape S2. On Wednesday, tape S3. On Thursday, tape S4.

On Friday, tape S5. The following Monday, you overwrite tape S1 again. This creates a rolling window of five days of daily backups. For the father tier, you designate one backup per week as the weekly backup.

Usually this is the Friday backup or the last backup of the work week. That backup is stored on a separate set of media, typically five tapes labeled F1 through F5. Each week, you overwrite the oldest weekly tape.

This gives you four or five weeks of weekly backups. For the grandfather tier, you take one backup per month, usually the last weekly backup of the calendar month. That is stored on a set of grandfather tapes, labeled G1 through G12.

Each month, you overwrite the oldest grandfather tape, giving you one year of monthly backups. The actual implementation depends on the backup software. Most enterprise backup solutions such as Veritas NetBackup, CommVault, or Veeam support GFS retention policies.

They automatically assign backup sets to the appropriate tier based on the date. The administrator defines how many daily, weekly, and monthly copies to keep. The software then manages the rotation and retirement of older backups.

The GFS scheme is effective because it balances three key requirements: operational recovery (restoring from yesterday), short-term recovery (restoring from last week), and long-term compliance or archival recovery (restoring from last month or last year). It minimizes the number of tapes or disk snapshots required while maintaining multiple restore points. The main trade-off is that it does not provide every single day of the past year.

You can only restore from specific daily, weekly, or monthly points. However, for most organizations, this is sufficient. The GFS scheme is part of the 3-2-1 backup rule: keep three copies of data, on two different media types, with one copy offsite.

The grandfather tapes are often stored offsite for disaster recovery.

Real-Life Example

Think of a public library that keeps a record of every book checked out. The library does not want to store every single checkout slip forever because that would fill up the entire basement. Instead, they have three filing cabinets.

The first cabinet is for daily checkout slips. Each day, they put today's slips into a folder. At the end of the week, they have five folders, one for each day. The next week, they reuse the Monday folder from last week for the new Monday slips.

This cabinet only ever holds five folders. That is the son tier. The second cabinet holds weekly summaries. Every Friday, the librarian takes the day's folder from the first cabinet and makes a copy of all the slips.

That copy goes into a folder in the second cabinet. There are four folders in this cabinet, one for each week of the month. When the fifth Friday comes, they recycle the oldest weekly folder.

That is the father tier. The third cabinet holds monthly summaries. At the end of each month, the librarian takes the last weekly summary folder and makes a permanent copy. That copy goes into a folder in the third cabinet.

There are twelve folders, one for each month. After a year, they recycle the oldest monthly folder. That is the grandfather tier. If a patron returns a book and claims they already returned it last Tuesday, the librarian can check this week's daily folder.

If the patron says it was three weeks ago, the librarian checks the weekly folder from that week. If the patron says it was eleven months ago, the librarian checks the grandfather folder for that month. The library does not have infinite space, but it can answer questions from yesterday, last week, or last month without needing a room full of boxes.

Why This Term Matters

In real IT work, backup storage is expensive and finite. If you kept a full backup of your entire server every single day for a year, you would need 365 backup copies. That is a huge cost in tape media, disk space, and management time.

Grandfather-Father-Son solves this by giving you a practical way to keep many restore points without buying hundreds of tapes. For system administrators, the ability to restore data from yesterday is critical for everyday mistakes like accidentally deleting a file. The ability to restore from last week helps when a virus or ransomware attack goes unnoticed for days.

The ability to restore from last month helps with compliance requirements or when you need to recover data from a project that ended weeks ago. The GFS scheme is also simple to explain to management. You can say we keep daily backups for a week, weekly for a month, and monthly for a year.

That makes budgeting for tape media predictable. You know exactly how many tapes you need. Additionally, the grandfather tapes are often rotated offsite. If your office burns down or suffers a flood, the offsite grandfather tapes still hold your data from the past year.

This is a core component of disaster recovery planning. Without a structured rotation, backups become chaotic. Administrators might forget which tape to overwrite, or they might keep too many backups and run out of space.

GFS provides a clear schedule that is easy to follow. Even in modern cloud environments, the concept applies. Cloud backup services often offer GFS-style retention policies. You can configure daily snapshots kept for 7 days, weekly snapshots kept for 4 weeks, and monthly snapshots kept for 12 months.

Understanding GFS is foundational for any IT professional managing backups.

How It Appears in Exam Questions

Exam questions about Grandfather-Father-Son come in several forms. The most common is a direct definition question. The question says: What is the name of the backup rotation scheme that uses daily, weekly, and monthly backups?

You select Grandfather-Father-Son. Another common form is the scenario question. For instance: An IT administrator wants to implement a backup strategy that uses a minimum number of tapes but still allows restoration of data from yesterday, last week, and last month.

Which strategy is most appropriate? You choose GFS. A variation of this question gives you a specific number of tapes. For example: A company has 22 backup tapes and wants to implement a GFS rotation.

How many tapes should be allocated to the daily, weekly, and monthly tiers? You need to know that roughly 5 go to daily, 5 to weekly, and 12 to monthly. Another question type asks about retention.

For example: In a GFS scheme, how long are daily backups typically retained? The answer is one week. Or: In a GFS scheme, how long are monthly backups typically retained? The answer is one year.

Troubleshooting questions also appear. For example: A user accidentally deleted a file three weeks ago. Using a GFS backup scheme, which backup set should the administrator use to restore the file?

The answer is the weekly backup from that week, not a daily backup (which would have been overwritten) and not the monthly backup (which might be too old or not yet made). There are also comparison questions. For example: What is the primary advantage of GFS over a simple daily backup that keeps all tapes indefinitely?

The advantage is that GFS uses fewer tapes and simplifies media management. Another comparison: GFS vs. Tower of Hanoi. The exam might ask which scheme provides more restore points over a given period.

Architecture questions appear as well: A company must keep monthly backups for seven years for compliance. Which tier of the GFS scheme would you modify? You would extend the grandfather retention from 12 months to 84 months.

Finally, configuration questions: Which backup software feature allows you to automatically apply different retention periods to different backup sets? Retention policies or GFS policies.

Practise Grandfather-Father-Son Questions

Test your understanding with exam-style practice questions.

Practise

Example Scenario

A small law firm has a single file server that holds all client documents. The firm owner wants to ensure they can recover any file deleted within the past month, but they only have 22 backup tapes. The IT consultant suggests a Grandfather-Father-Son scheme.

They designate five daily tapes labeled Monday through Friday. Every day, the backup software writes a full backup to the corresponding tape. The next Monday, it overwrites the previous Monday tape.

That gives the firm daily backups for the current week. Every Friday, after the daily backup completes, the consultant takes that tape and copies the data to a separate set of five weekly tapes labeled Week1 through Week5. The oldest weekly tape is overwritten each week.

This gives four or five weeks of weekly backups. At the end of each month, the consultant takes the last weekly tape of that month and copies the data to a set of twelve monthly tapes labeled January through December. The oldest monthly tape is overwritten each year.

One Tuesday, a paralegal accidentally deletes a contract from the previous Thursday. The administrator restores it from the Thursday daily tape, which is still in the daily rotation. Two weeks later, a partner needs a document that was last edited three weeks ago.

The administrator restores it from the weekly tape of that week. Seven months later, a client requests a copy of a pleading filed ten months ago. The administrator restores it from the monthly tape for that month.

The firm never loses data within the retention windows and never needs more than 22 tapes.

Common Mistakes

Thinking that Grandfather-Father-Son only uses one tape for each tier.

GFS uses multiple tapes in each tier. The son tier uses 5 daily tapes, the father tier uses 5 weekly tapes, and the grandfather tier uses 12 monthly tapes. Using a single tape for each tier would mean you only have one backup at a time, which defeats the purpose of having multiple restore points.

Remember that each tier is a set of media that rotates. The son tier has enough tapes for each day of the week, the father tier for each week of the month, and the grandfather tier for each month of the year.

Confusing Grandfather-Father-Son with a simple full backup every day.

A simple full backup every day would keep every day's backup forever or until the media is full. That is not a rotation scheme. GFS is specifically a rotation and retention scheme that reuses media to limit total cost.

GFS is about how you rotate and reuse media, not just the type of backup. It limits the number of tapes or disks needed while preserving multiple restore points over different time windows.

Assuming daily backups in GFS are always incremental or differential.

GFS does not specify the type of backup. The daily backups can be full, incremental, or differential. The scheme only defines the rotation and retention of the media. The backup type is a separate decision.

GFS is about which media you use and when you overwrite it. The backup type (full, incremental, differential) is a separate setting. In practice, weekly and monthly backups are often full backups to simplify restoration.

Believing that GFS gives you the ability to restore any day from the past year.

GFS only gives you specific restore points: every day of the current week, every week of the current month, and every month of the current year. You cannot restore from a random Tuesday three months ago because the daily tapes from that period have been overwritten.

GFS provides granular recovery only for the most recent days. For older data, you can only restore from the weekly or monthly snapshots. Understand the trade-off between storage cost and restore granularity.

Thinking that the grandfather tier must be stored offsite.

Offsite storage is a best practice, but it is not a requirement of the GFS scheme. You can store all tapes onsite. The grandfather tier is often chosen for offsite storage because it represents the longest retention, but that is a separate decision.

GFS defines the rotation and retention schedule only. Offsite storage is a separate disaster recovery practice that you can apply to any tier.

Exam Trap — Don't Get Fooled

The exam might describe a scenario where the administrator uses 10 daily tapes and claims it is a GFS scheme. The trap is that GFS requires exactly three tiers with distinct retention periods. Using 10 tapes for daily backups does not by itself make it GFS if there are no weekly and monthly tiers.

Always check if the scenario includes three separate retention levels: daily, weekly, and monthly. If it only mentions daily tapes, it is not GFS. Look for keywords like 'weekly' and 'monthly' in the question.

Commonly Confused With

Grandfather-Father-SonvsIncremental backup

Incremental backup is a type of backup that only copies data changed since the last backup. Grandfather-Father-Son is a rotation scheme that determines which media to use and how long to keep backups. They are not mutually exclusive; you can use incremental backups within a GFS rotation.

In GFS, your daily backup could be an incremental backup. The weekly backup could be a full backup. The scheme tells you which tape to use; the backup type tells you what data goes on the tape.

Grandfather-Father-SonvsDifferential backup

Differential backup copies all data changed since the last full backup. Like incremental, it is a backup type, not a rotation scheme. GFS can use differential backups for the daily tier. The difference is that GFS is about the schedule and retention, while differential is about the scope of data copied.

If you run a differential backup every day onto the daily GFS tape, you are using GFS rotation with differential backup type. The two concepts are independent.

Grandfather-Father-SonvsTower of Hanoi

Tower of Hanoi is another tape rotation scheme that uses a more complex pattern to provide many restore points over a long period using relatively few tapes. GFS is simpler and uses three fixed retention tiers. Tower of Hanoi uses multiple tiers with increasingly longer retention but follows a binary counting pattern.

GFS is like having three boxes marked daily, weekly, monthly. Tower of Hanoi is like having many boxes with labels that follow a mathematical sequence. GFS is easier to understand and manage; Tower of Hanoi gives more restore points but is harder to track.

Grandfather-Father-SonvsFull backup

A full backup copies all selected data. It is not a rotation scheme. GFS often uses full backups for the weekly and monthly tiers, but that is a choice. You can run a full backup every day within a GFS scheme, or you can run incremental backups. Full backup is the content, GFS is the container schedule.

If you do a full backup every Friday and label that tape as the weekly father, that is a full backup used within the GFS scheme. The scheme tells you to keep that tape for four weeks; the full backup type tells you it contains everything.

Step-by-Step Breakdown

1

Define your media pool

First, decide how many tapes or disk volumes you need. For a standard GFS scheme, allocate 5 tapes for daily (son), 5 tapes for weekly (father), and 12 tapes for monthly (grandfather). Label them clearly so you know which tape belongs to which tier and which day or week. This step is critical because mislabeled media leads to wrong rotations.

2

Perform daily backups

Each business day, run a backup to the corresponding daily tape. For example, Monday's backup uses the Monday tape. If you are using a set of 5 tapes, Monday through Friday, you overwrite the same tape each week. This gives you a rolling window of the last 5 business days. If you need weekend coverage, you can add Saturday and Sunday tapes.

3

Promote a daily backup to weekly

At the end of each week, typically on Friday, take the daily backup from that day and copy it to the weekly tape that is next in the rotation. If you have 5 weekly tapes labeled Week1 through Week5, you use Week1 for the first week of the month, Week2 for the second week, and so on. When you reach Week5, you overwrite Week1 again. This preserves one backup per week for the last four or five weeks.

4

Promote a weekly backup to monthly

At the end of each calendar month, take the last weekly backup of that month and copy it to the monthly tape for that month. For example, January's backup goes on the January tape. There are 12 monthly tapes, one for each month. The oldest monthly tape is overwritten after 12 months. This gives you one backup per month for the last year.

5

Store grandfather tapes offsite (optional but recommended)

Monthly tapes are prime candidates for offsite storage because they contain the longest historical data. Store them in a secure location away from the main site. This protects against physical disasters. In the step, you physically transport the tape or create a cloud copy if using disk-based backup. Offsite storage is not required by the GFS definition but is a best practice for disaster recovery.

6

Monitor and document rotations

Keep a log of which tape was used on which date. This helps in recovery. If you need to find a file from three weeks ago, the log tells you which weekly tape holds that week's data. Without documentation, you might waste time searching through tapes. Many backup software tools handle this automatically, but manual environments require a written schedule.

7

Test restores periodically

A backup is only useful if you can restore from it. Regularly test restoring files from each tier. For example, restore a test file from a daily tape, then from a weekly tape, then from a monthly tape. This verifies that the tapes are readable and that the rotation logic is correct. If a tape fails, replace it and adjust the rotation.

Practical Mini-Lesson

The Grandfather-Father-Son backup scheme is one of the most important concepts for any IT professional managing data protection. It is not just about backing up data, but about managing the lifecycle of backups. In practice, you will often use backup software that has built-in GFS retention policies.

For example, in Veeam Backup and Replication, you can create a backup job and set retention policy to Keep daily backups for 7 days, Keep weekly backups for 4 weeks, Keep monthly backups for 12 months. The software handles the rotation automatically. However, understanding the underlying logic helps you troubleshoot and plan.

When you set up a GFS scheme, you must decide what type of backup each tier uses. Most organizations use full backups for the weekly and monthly tiers because they are self-contained and easy to restore. The daily tier often uses incremental or differential backups to save space.

For example, you might run a full backup every Sunday night and incremental backups Monday through Saturday. In that case, the weekly father backup might be the Sunday full backup. The monthly grandfather backup would be the last Sunday of the month.

That is a common hybrid approach. One thing that can go wrong is running out of space on the daily tapes because the backups grow larger than the tape capacity. If your daily full backup is 1TB and you have 1.

5TB tapes, you are fine. But if your data grows to 2TB, the backup fails. You need to monitor growth and adjust your media pool or switch to incremental backups. Another common issue is forgetting to rotate tapes.

If you do not physically swap the daily tapes, the backup might overwrite the wrong tape or fail. In a disk-based backup system, this is less of a problem because the software manages the space. In tape environments, lazy administrators often skip the rotation, leading to gaps in recovery points.

The connection to broader IT concepts is strong. GFS is part of the 3-2-1 backup rule. The three copies of your data can be the original, the daily backup copy, and the offsite grandfather copy.

The two different media types could be disk (for daily backups) and tape (for weekly and monthly). The one offsite copy is the grandfather tape stored at a different location. GFS also relates to compliance.

Many regulations require data retention for a specific period. GFS gives you a framework to meet those requirements with predictable storage costs. For example, healthcare regulations in HIPAA might require retaining medical records for six years.

You could extend the grandfather tier to 72 tapes instead of 12. The concept scales. Finally, GFS teaches you the principle of trade-offs. You trade granularity of restore points for lower storage cost.

You cannot have infinite backups without infinite budget. GFS is a compromise that works for most businesses. As you progress in your IT career, you will encounter more complex schemes like Tower of Hanoi or the grandfather-father-son-grandson (which adds a quarterly tier), but the core idea of tiered retention remains the same.

Memory Tip

Think of a family photo album: the son is today's snapshot (daily), the father is last week's photo (weekly), and the grandfather is the annual family portrait (monthly). You keep the most recent photos handy, archive the weekly ones, and store the monthly ones in a safe box.

Covered in These Exams

Current Exam Context

Current exam versions that test this topic — use these objectives when studying.

Related Glossary Terms

Frequently Asked Questions

How many tapes do I need for a basic GFS scheme?

You typically need 5 tapes for daily backups, 5 tapes for weekly backups, and 12 tapes for monthly backups, totaling 22 tapes. Some variations use 4 weekly tapes or different numbers, but 22 is the most common setup.

Can I use GFS with disk drives instead of tapes?

Yes, GFS works with any storage medium. Many backup software products support GFS retention policies for disk storage or cloud storage. The concept of rotating and retaining daily, weekly, and monthly copies is media independent.

What is the main advantage of GFS over keeping every daily backup forever?

The main advantage is cost and manageability. GFS uses a fixed number of tapes or disk snapshots. Keeping every daily backup forever would require ever-increasing storage and make it difficult to locate old files. GFS balances recovery options with storage efficiency.

Can I restore a file from three months ago with GFS?

Only if that file was captured in the monthly backup for that month. You cannot restore from a random day three months ago because daily backups are only kept for one week. The monthly backup gives you one snapshot per month, so you can only restore from the specific backup point that month.

What is the difference between GFS and the 3-2-1 backup rule?

GFS is a specific rotation scheme for scheduling and reusing media. The 3-2-1 rule is a broader principle: keep three copies of data, on two different media types, with one copy offsite. GFS can be part of implementing the 3-2-1 rule, but they are not the same thing.

Does GFS require full backups every time?

No, GFS does not specify the backup type. You can use full, incremental, or differential backups within each tier. In practice, weekly and monthly backups are often full backups to make restoration simpler, but daily backups can be incremental to save time and space.

How do I label my GFS tapes?

Label each tape with its tier and slot. For example, Son-Mon, Son-Tue, Son-Wed, or Daily-1, Daily-2. For weekly, use Father-Week1, Father-Week2. For monthly, use Grandfather-Jan, Grandfather-Feb. Clear labeling prevents accidental overwrite of the wrong tape.

Summary

The Grandfather-Father-Son backup scheme is a practical, cost-effective method for managing backup media that is essential knowledge for IT professionals and certification candidates. It structures backups into three tiers: daily (son) retained for one week, weekly (father) retained for one month, and monthly (grandfather) retained for one year. This scheme uses a fixed number of tapes or disk snapshots, typically 22, and recycles the oldest media in each tier according to a set schedule.

The result is a balance between having multiple restore points for recent and historical data and keeping storage costs predictable. In the CompTIA A+ exam, you will encounter questions that test your understanding of how many tapes are needed, how long each tier is retained, and what the scheme is called. Beyond the exam, GFS is a real-world standard that helps system administrators protect data against accidental deletion, hardware failure, and disasters.

Remember that GFS is about rotation and retention, not about the type of backup you perform. You can combine GFS with full, incremental, or differential backups. The most common mistake learners make is confusing GFS with a backup type or thinking it provides continuous daily coverage for the entire year.

Use the family photo album memory trick to recall the three tiers, and always check exam scenarios for the presence of all three levels before choosing GFS as the answer.