From cfc69dcbb0e03576f26bf903f41b39811e63fe1b Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 5 Dec 2025 09:27:19 +0100 Subject: [PATCH] Rupert: Exclude cache directories from backups --- hosts/Rupert.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Rupert.nix b/hosts/Rupert.nix index 258ab2b..58130a0 100644 --- a/hosts/Rupert.nix +++ b/hosts/Rupert.nix @@ -83,6 +83,10 @@ in enable = true; passwordFile = "/secrets/burp_client_passwords/${config.networking.hostName}"; sslKeyPasswordFile = "/secrets/burp_client_ssl_key_password"; + extraConfig = '' + exclude_regex = /home/.*/\.cache + exclude_regex = /home/.*/\.mozilla + ''; }; # Flatpak