From c0e2f6bc81b204fc477b87274a84e3c1fdb26d12 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 11 Jan 2023 01:07:42 +0100 Subject: [PATCH] update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 63bbdf4..86b9c89 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,12 @@ But for idempotency I should probably only do it if the zone has changed or the ### Firewall A little more difficult because of docker networking but probably doable. + +### Backup server + +Given that I am now backing up my data to another server using Borg, it makes sense to include that server into IaC as well. +Should be pretty straight forward: + +- Install Borg and Borgmatic +- Initialize the Borg repository if it doesn't exist yet. +- Add the homeserver's public key to authorized keys.