fix(borg): don't backup /var/log
This commit is contained in:
parent
98d71d3953
commit
725c90576e
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ in {
|
|||
services.borgbackup = {
|
||||
jobs.backup = {
|
||||
paths = ["/persist"];
|
||||
exclude = ["/persist/system/var/log"];
|
||||
repo = "${host}:${config.networking.hostName}";
|
||||
encryption = {
|
||||
mode = "repokey";
|
||||
|
|
Loading…
Reference in a new issue