3.7 Explain the importance of backups and restores.
📘CompTIA Server+ (SK0-005)
Key Concepts You Must Know
1. Recovery Point Objective (RPO)
- RPO defines how much data a system can afford to lose.
- It determines how often backups should run.
Example:
- If the RPO is 1 hour, backups must occur at least every hour.
- If the RPO is 24 hours, daily backups may be sufficient.
👉 The smaller the RPO, the more frequent the backups must be.
2. Types of Backup Frequency
a. Continuous Backup (Real-Time / Near Real-Time)
- Data is backed up constantly or very frequently.
- Often used in critical systems like databases or financial systems.
- Provides very low RPO (almost zero data loss).
- Pros:
- Minimal data loss
- Fast recovery
- Cons:
- High resource usage
- More complex setup
b. Frequent Backup (Hourly or Multiple Times Per Day)
- Backups occur multiple times a day.
- Common in systems where data changes often, such as:
- Transaction systems
- Active application servers
- Pros:
- Reduced data loss
- Balanced performance and protection
- Cons:
- Requires more storage than daily backups
c. Daily Backup
- Backups are taken once every day.
- Very common in many IT environments.
- Pros:
- Simple to manage
- Lower storage requirements
- Cons:
- Data loss can be up to 24 hours
- Not suitable for highly critical systems
d. Weekly Backup
- Backups occur once per week.
- Used for data that changes infrequently, such as:
- Static file servers
- Archived systems
- Pros:
- Minimal storage usage
- Low overhead
- Cons:
- Higher data loss risk
- Longer recovery gaps
e. Monthly Backup
- Backups are taken once a month.
- Often used for:
- Long-term archiving
- Compliance and legal requirements
- Pros:
- Very low storage usage
- Useful for long-term retention
- Cons:
- High risk of data loss if used alone
- Not suitable for active systems
f. Incremental Backup Frequency
- After an initial full backup, only changed data since the last backup is saved.
- Can be scheduled:
- Hourly
- Daily
- Multiple times per day
- Important:
- Each incremental backup depends on the previous one.
- Faster and uses less storage than full backups.
g. Differential Backup Frequency
- Backs up all changes since the last full backup.
- The size increases over time until the next full backup.
- Frequency:
- Usually daily or multiple times per day
- Key point:
- Restores are faster than incremental because only two backups are needed.
Factors That Affect Backup Frequency
You must know these for the exam:
1. Data Criticality
- Critical data → more frequent backups
- Less important data → less frequent backups
2. Rate of Data Change
- Fast-changing data (databases, logs) → frequent backups
- Static data (documents, archived files) → less frequent
3. System Performance
- Frequent backups can:
- Use CPU, memory, and network resources
- Backup schedules must not affect production systems heavily.
4. Storage Capacity
- More frequent backups require:
- More storage space
- Backup retention policies must balance cost and storage use.
5. Network Bandwidth
- Remote or cloud backups depend on network speed.
- High frequency backups may affect network performance.
6. Business Requirements
- Service Level Agreements (SLAs) define:
- Required uptime
- Data protection levels
- Backup frequency expectations
Backup Frequency in Real IT Environments
- A database server may require:
- Continuous or hourly backups due to frequent updates.
- A file server used by many users:
- Daily backups to protect shared data.
- An archive server:
- Weekly or monthly backups since data rarely changes.
Key Exam Points to Remember
- Backup frequency is directly related to RPO (Recovery Point Objective).
- The more critical the data → the more frequent the backups.
- Different backup types have different frequency impacts:
- Full → less frequent
- Incremental → very frequent but smaller
- Differential → depends on full backup cycle
- Backup frequency must balance:
- Data protection
- System performance
- Storage usage
- Network impact
Quick Summary
- Backup frequency = how often backups happen.
- It is determined by:
- RPO
- Data importance
- Change rate of data
- Common frequencies:
- Continuous
- Hourly
- Daily
- Weekly
- Monthly
- Higher frequency = less data loss but more resource usage.
