diff options
| -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"; |
