From 0e7ee428747c1ce07f9128c33a4e87f6a8c6d3c5 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 15 Nov 2023 12:46:53 -0800 Subject: [PATCH] add todo item about backups --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4f76c7..37a3b88 100644 --- a/README.md +++ b/README.md @@ -372,3 +372,4 @@ $ nix run nixpkgs#openssl -- rand -hex 64 - [ ] Do not depend on sops. - [ ] Add more options to avoid hardcoding stuff. - [ ] Make sure nginx gets reloaded when SSL certs gets updated. +- [ ] Better backup story by taking optional LVM snapshot before backing up.