Rupert: Exclude cache directories from backups
This commit is contained in:
parent
3b55da2235
commit
cfc69dcbb0
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordFile = "/secrets/burp_client_passwords/${config.networking.hostName}";
|
passwordFile = "/secrets/burp_client_passwords/${config.networking.hostName}";
|
||||||
sslKeyPasswordFile = "/secrets/burp_client_ssl_key_password";
|
sslKeyPasswordFile = "/secrets/burp_client_ssl_key_password";
|
||||||
|
extraConfig = ''
|
||||||
|
exclude_regex = /home/.*/\.cache
|
||||||
|
exclude_regex = /home/.*/\.mozilla
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Flatpak
|
# Flatpak
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue