Skip to content

Commit 4c99fee

Browse files
authored
Merge pull request #122 from weeklydevchat/create-321-backup-post
Create 321 Backup Post & Add Image
2 parents 4e564ac + 4df3ff2 commit 4c99fee

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

37.6 KB
Loading

docs/posts/2026/05/12/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "3-2-1 Backup Rule: Does Your Data Exist in 3 Places?"
3+
date: 2026-05-12
4+
authors:
5+
- omar
6+
categories:
7+
- Technical
8+
tags:
9+
- data
10+
- backup
11+
- best-practices
12+
- open-discussion
13+
---
14+
15+
Have you heard of the [3-2-1 backup rule](https://gitprotect.io/blog/3-2-1-backup-rule-complete-guide/)? The idea is simple but powerful: if your data doesn't exist in at least **3 places**, it doesn't really exist. More specifically, the rule says:
16+
17+
- **3** copies of your data
18+
- **2** different storage media (e.g., local disk + cloud)
19+
- **1** copy stored off-site
20+
21+
It's a well-established baseline in the industry, and some organizations even extend it to a 3-2-1-1-0 model — adding one immutable or air-gapped copy and zero unverified backups. Despite how long this rule has been around, a surprising number of people (and teams) still don't follow it.
22+
23+
This week's (2026-05-12) chat we want to talk about backup habits — at home, at work, for your personal projects, wherever. Some discussion starters:
24+
25+
- Do devs take better care of their data and have better backup habits than non-devs? Or does knowing how things work make us *more* complacent ("the cloud handles it")?
26+
- Do you have your own system for protecting your data? What does it look like in practice?
27+
- Any nightmares or lessons learned the hard way?
28+
29+
Everyone and anyone is welcome to [join](https://weeklydevchat.com/join/) as long as you are kind, supportive, and respectful of others. Zoom link will be posted at 12pm MDT.
30+
31+
![3-2-1 Backup Rule](500px-Backup_Backup_Backup_-_And_Test_Restores.webp)

0 commit comments

Comments
 (0)