From 12baef16593ba146f5bc2a89e2e0bc2cc3351a5a Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:31:36 -0600 Subject: [PATCH] vault backup: 2024-09-10 20:31:36 --- software/Versioned config files.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 software/Versioned config files.md diff --git a/software/Versioned config files.md b/software/Versioned config files.md new file mode 100644 index 0000000..910f14e --- /dev/null +++ b/software/Versioned config files.md @@ -0,0 +1,6 @@ +## Solutions +- Create a directory, eg `/etc/config` and store all of your config files there, then use a makefile to automatically generate symlinks and install them in the appropriate locations. A command is also created for removing said symlinks. () +- Using a solution like zfs/btrfs + +## Notes +I think one major issue with storing configs in a solution like git, is that you need to remember to push changes after every single config change. Maybe a cronjob could be configured to commit daily/weekly?