diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-04 17:45:19 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-01-04 17:45:19 +0100 |
| commit | 56497dcc948a35b2ca7d810b8a9be17b94af0e25 (patch) | |
| tree | 31af7145524eadf1fdbd6fb4a1c0820ebe487a7a | |
| parent | a20c5e4a95fec048e31d251857749fc8660bb793 (diff) | |
backups: add comments
| -rw-r--r-- | config/backups.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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"; |
