From 56497dcc948a35b2ca7d810b8a9be17b94af0e25 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sun, 4 Jan 2026 17:45:19 +0100 Subject: backups: add comments --- config/backups.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config') diff --git a/config/backups.nix b/config/backups.nix index 14ed8f1..eb2d494 100644 --- a/config/backups.nix +++ b/config/backups.nix @@ -1,3 +1,12 @@ +## FAQ +# - Why backups? +# A shared directory with caching would require the NFS server to be up, and +# wouldn't have the remote directory be encrypted. Plus NFS doesn't work. +# - Why Restic? +# Borg would be more efficient, but, as of writing this (01-2026), it doesn't +# support# sftp and the NAS doesn't support non-admin SSH. When Borg v2 is out I +# can # switch. + { lib, pkgs, ... }: let host = "ds218.aristote.mesh"; -- cgit v1.2.3