From 7beac309a4f9fdc9d925dadb6f1e3597d0a76636 Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Sat, 11 Apr 2026 20:30:38 +0200 Subject: [PATCH] TODOs in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ac08d8d..2f896cd 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,6 @@ container configured in table 1000. - **Firefox sync server** (`host/roam/firefox-sync.nix`)**:** Containerize. - **systemd-resolved** (`mod/desktop/network.nix`)**:** Enable DoH. - **Remote builder** (`mod/build-machines.nix`)**:** declarative SSH jump server. +- **Restic backups** (`host/roam/backup.nix`)**:** Add incremental backups with a retention policy alongside rclone. +- **Roam system state** (`host/roam/backup.nix`)**:** Include PostgreSQL dumps (Forgejo, Nextcloud) in the backup script. +- **Backup monitoring** (`host/roam/backup.nix`)**:** Alert on backup job failure.