Questions: Personal File Backup: Best Practices and Automation
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A user stores their important files on their laptop and also copies them to an external hard drive kept on the same desk. According to the 3-2-1 rule, what critical protection does this setup still lack?
AA second local copy — two copies are not enough
BAn offsite copy — both copies can be destroyed by the same fire, flood, or theft
CDifferent file formats — both copies use the same encoding
DMore frequent syncing — the copies may fall out of date
The 3-2-1 rule requires one copy stored offsite (cloud, remote drive, etc.). Two local copies on the same desk share the same physical risk — a fire, flood, or burglary destroys both simultaneously. The rule is specifically designed so that no single physical event can wipe out every copy. The laptop + external drive setup satisfies the '3 copies' and '2 media types' rules but fails the '1 offsite' requirement.
Question 2 Multiple Choice
Which element of the 3-2-1 rule directly addresses the risk that two storage devices could fail for the same reason at the same time?
AHaving three copies total
BStoring one copy offsite
CUsing two different media types
DAutomating the backup schedule
The 'two different media types' requirement guards against correlated failures — situations where one failure mode destroys multiple copies. A laptop SSD and a cloud service represent genuinely independent failure modes: one requires physical destruction, the other requires a service outage or account compromise. Two hard drives or two cloud services from the same provider introduce correlated failure risk. The offsite requirement addresses location-level disasters, while the media diversity requirement addresses failure-mode correlation.
Question 3 True / False
A backup system is only reliable if it runs automatically on a schedule, rather than relying on manual copying.
TTrue
FFalse
Answer: True
Manual backups fail in practice because they require deliberate action at exactly the moments when you're most distracted — after something went wrong, or when you're busy. Automated backup software (Time Machine, Windows Backup, Arq, etc.) removes the memory burden entirely. The backup you don't have to think about is the one that's actually there when you need it. The explainer emphasizes this: automation is what separates a reliable backup system from a wishful one.
Question 4 True / False
Syncing files to a cloud service like Dropbox or iCloud Drive is sufficient to satisfy the offsite backup requirement of the 3-2-1 rule.
TTrue
FFalse
Answer: False
Cloud sync is not the same as cloud backup. Sync services mirror your current state — if you accidentally delete a file or ransomware corrupts it, the sync propagates that deletion or corruption to the cloud copy as well. A true offsite backup maintains versioned or independent copies that can be restored even after accidental changes. Additionally, the critical test is whether you have actually verified you can restore a file — having a sync service running does not guarantee recovery if you haven't tested it.
Question 5 Short Answer
Explain why the 3-2-1 rule requires two different media types rather than simply two copies of the same type.
Think about your answer, then reveal below.
Model answer: Two copies on the same type of media share correlated failure risks — the same physical event, hardware failure mode, or malware attack can destroy both simultaneously. A laptop and an external hard drive sitting next to it can both be lost in the same fire or theft. An SSD and a cloud service have independent failure modes: destroying one requires physical damage, while compromising the other requires network access or account compromise. Different media types ensure that no single event destroys all your copies.
This is the heart of the 3-2-1 rule's logic: it's not just about quantity but about independence of failure modes. Three copies on three identical drives in the same room provide far less protection than two copies on independent media in different locations.