Rupert: Exclude cache directories from backups

This commit is contained in:
fruchti 2025-12-05 09:27:19 +01:00
parent 3b55da2235
commit cfc69dcbb0

View file

@ -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