0
0
Linux CLIscripting~5 mins

Backup strategies in Linux CLI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a full backup?
A full backup copies all selected files and data every time it runs. It is simple but can take more time and space.
Click to reveal answer
beginner
Explain incremental backup.
An incremental backup saves only the changes made since the last backup, making it faster and smaller but requires all previous backups to restore.
Click to reveal answer
intermediate
What is the difference between differential and incremental backups?
Differential backups save changes since the last full backup, while incremental backups save changes since the last backup of any type. Differential grows larger over time; incremental stays small.
Click to reveal answer
beginner
Why is it important to test your backups?
Testing backups ensures data can be restored correctly. Without testing, backups might be corrupted or incomplete, risking data loss.
Click to reveal answer
beginner
What is the 3-2-1 backup rule?
Keep 3 copies of your data, on 2 different types of storage, with 1 copy offsite. This protects against hardware failure, theft, or disasters.
Click to reveal answer
Which backup type saves only files changed since the last backup of any kind?
AIncremental backup
BFull backup
CDifferential backup
DMirror backup
What does the '1' represent in the 3-2-1 backup rule?
AOne backup copy stored on the same device
BOne backup copy stored locally
COne backup copy stored offsite
DOne backup copy stored in the cloud only
Which backup type requires all previous backups to restore data?
ASnapshot backup
BFull backup
CDifferential backup
DIncremental backup
Why might differential backups grow larger over time?
AThey save changes since the last full backup
BThey save changes since the last incremental backup
CThey save all files every time
DThey compress data more
What is a key reason to automate backups in Linux CLI?
ATo avoid using disk space
BTo ensure backups run regularly without manual effort
CTo delete old backups automatically
DTo speed up the computer
Describe the main types of backup strategies and when you might use each.
Think about how much data changes and how fast you want backups.
You got /4 concepts.
    Explain the 3-2-1 backup rule and why it is important for data safety.
    Consider risks like hardware failure and disasters.
    You got /4 concepts.