From fe64dd1f82cbe034fdc6f26a4739f7898b417e09 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 9 Jan 2023 23:31:43 +0100 Subject: [PATCH] update readme --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e58d0a..cc6b1be 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ All services below are running under Docker, except NSD because I couldn't figur ## TODO +Name every docker container well + ### NSD #### ZSK Rollover @@ -37,10 +39,15 @@ Could make automatic key rollovers with cron or some other tool. Currently I always resign zones. But for idempotency I should probably only do it if the zone has changed or the keys have changed. -### Backup +### Borg Backup -Borg backup? +Ideal situation is to backup all of (and only) /data. +Issue with Mastodon: the cache is saved at /data as well. Should put this in a location that is not backed up. + +After investigating, borg backup with borgmatic is excellent. +Instead of cron, I will use systemd timers to schedule borgmatic. +https://dev.to/bowmanjd/schedule-jobs-with-systemd-timers-a-cron-alternative-15l8 ### Firewall -A little more difficult because of docker networking but probably doable. \ No newline at end of file +A little more difficult because of docker networking but probably doable.