3.7 Explain the importance of backups and restores.
📘CompTIA Server+ (SK0-005)
Backup media refers to the storage technologies used to keep backup copies of data. Choosing the correct media type is important because it affects performance, cost, security, scalability, and recovery time.
The main backup media types are:
- Tape
- Cloud
- Disk
1. Tape Backup
Tape is a magnetic storage medium used in enterprise environments for long-term data storage.
Key Characteristics:
- High capacity per tape (multiple terabytes depending on format)
- Low cost per GB, making it cost-effective for large archives
- Sequential access, meaning data is read/write in order (not random)
- Slow recovery time compared to disk
- Often stored offsite for disaster recovery
Common Technologies:
- LTO (Linear Tape-Open) tapes
- Tape libraries with robotic arms for automated backups
Advantages:
- Very cost-effective for long-term retention
- Offline storage (air-gapped) protects against ransomware and cyberattacks
- Durable and reliable for archival purposes
Disadvantages:
- Slow restore process due to sequential access
- Requires specialized hardware (tape drives or libraries)
- Management complexity (rotation, labeling, tracking)
Exam Focus:
- Understand that tape is best for archival and long-term storage
- Recognize that it provides air-gap security
- Know that it is slow for restores but cheap for storage
2. Cloud Backup
Cloud backup stores data on remote servers managed by a cloud service provider.
Key Characteristics:
- Offsite and geographically distributed
- Accessible over the internet
- Highly scalable and flexible
- Often provided as Backup as a Service (BaaS)
Examples of Cloud Backup Services:
- AWS Backup
- Azure Backup
- Google Cloud Backup
Advantages:
- Scalable (storage can grow as needed)
- No need for on-premises hardware
- Built-in redundancy and high availability
- Supports automated backups and versioning
- Fast deployment
Disadvantages:
- Requires internet connectivity
- Ongoing subscription costs
- Potential latency when restoring large datasets
- Data security depends on proper configuration (encryption, access control)
Exam Focus:
- Cloud backups are offsite and scalable
- Understand Backup as a Service (BaaS)
- Recognize dependency on internet and provider infrastructure
3. Disk Backup
Disk-based backup uses hard drives or solid-state drives (SSDs) for storing backup data.
Key Characteristics:
- Uses hard disk arrays, NAS (Network Attached Storage), or SAN (Storage Area Network)
- Supports random access, making it fast for backup and restore
- Often used with backup software solutions
Advantages:
- Fast backup and restore times
- Supports incremental and differential backups efficiently
- Easy to manage and integrate with backup software
- Suitable for short-term and nearline storage
Disadvantages:
- Higher cost than tape (especially for large storage needs)
- Can be affected by hardware failures if not redundant
- Requires proper RAID or redundancy configuration
Exam Focus:
- Disk backup provides fast access (random access)
- Common in enterprise backup systems
- Often used for short-term backups and quick recovery
4. Print Backup
Print backup refers to storing data in printed (hard copy) format.
Key Characteristics:
- Used for small amounts of critical data
- Often includes:
- Configuration settings
- Security keys
- Recovery codes
- Critical logs or documentation
Advantages:
- Offline and physically secure
- Not vulnerable to malware or cyberattacks
- Useful as a last-resort recovery reference
Disadvantages:
- Not suitable for large-scale data backup
- Difficult to manage and update
- Can be lost, damaged, or destroyed
- Requires manual effort to recreate data
Exam Focus:
- Print backups are manual and rarely used for full backups
- Used for critical information only, not bulk data
- Considered a secondary or last-resort backup method
Comparison Summary (Exam-Friendly)
| Media Type | Speed | Cost | Access Type | Best Use Case |
|---|---|---|---|---|
| Tape | Slow | Low | Sequential | Long-term archival, offsite storage |
| Cloud | Medium | Ongoing cost | Remote | Scalable, offsite backups |
| Disk | Fast | Medium | Random | Quick backup and restore |
| Very Slow (manual) | Very Low | Physical | Critical data, recovery info |
Key Exam Points to Remember
- Tape = Low cost, slow, long-term archival, air-gapped
- Cloud = Offsite, scalable, internet-dependent
- Disk = Fast, random access, common in enterprise backup
- Print = Manual, physical, used for small critical data
Why Backup Media Choice Matters
Choosing the correct backup media affects:
- Recovery Time Objective (RTO) – how fast data must be restored
- Recovery Point Objective (RPO) – how much data loss is acceptable
- Security and compliance requirements
- Cost and scalability
- Data protection against threats like ransomware
