From 9a07524c752e248b20200208e859c75cbc79f637 Mon Sep 17 00:00:00 2001
From: Stefan Koelle
Date: Fri, 11 Sep 2026 23:12:21 +0200
Subject: [PATCH] Rephrase offsite backup copy wording
---
infra/backup-strategy/index.njk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infra/backup-strategy/index.njk b/infra/backup-strategy/index.njk
index ebdc4ee..5d205d0 100644
--- a/infra/backup-strategy/index.njk
+++ b/infra/backup-strategy/index.njk
@@ -19,7 +19,7 @@ copy on a different machine.
| Layer | Target | Frequency | Purpose |
| Snapshots | Synology, built-in | Hourly | Fast recovery of accidentally deleted files |
| Local backup | USB drive attached to the NAS | Daily | Local versioned backup, independent of the NAS disks |
-| Offsite sync | External drive on a Raspberry Pi in a different room | Weekly | Geographically separated copy within the flat |
+| Offsite sync | External drive on a Raspberry Pi in a different room | Weekly | Physically separate copy in a different room |
| Cloud archive | Cloud storage | Continuous | Off-site copy for worst-case scenarios (fire, theft) |