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 = {
|
services.borgbackup = {
|
||||||
jobs.backup = {
|
jobs.backup = {
|
||||||
paths = ["/persist"];
|
paths = ["/persist"];
|
||||||
|
exclude = ["/persist/system/var/log"];
|
||||||
repo = "${host}:${config.networking.hostName}";
|
repo = "${host}:${config.networking.hostName}";
|
||||||
encryption = {
|
encryption = {
|
||||||
mode = "repokey";
|
mode = "repokey";
|
||||||
|
|
Loading…
Reference in a new issue