Exclude mnt from borg
This commit is contained in:
parent
eb289993ae
commit
0467310614
|
@ -19,7 +19,7 @@
|
|||
services = {
|
||||
borg = {
|
||||
enable = true;
|
||||
extraExcludes = [ "/var/log" ];
|
||||
extraExcludes = [ "/var/log" "/mnt" ];
|
||||
passwordFile = config.sops.secrets."borg-password".path;
|
||||
sshKey = config.sops.secrets."borg-ssh-key".path;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue