From 1397325afb551d067c0228953ca1619e936fd216 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 29 Dec 2024 12:04:35 -0500 Subject: [PATCH] exclude /var/log from borg --- hosts/chunk/borg.nix | 1 + hosts/ytnix/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/chunk/borg.nix b/hosts/chunk/borg.nix index a6116a4..d1aad64 100644 --- a/hosts/chunk/borg.nix +++ b/hosts/chunk/borg.nix @@ -24,6 +24,7 @@ "/var/lib/containers/cache" "/var/lib/containers/overlay*" "/var/lib/systemd" + "/var/log" ]; repo = "de3911@de3911.rsync.net:borg/crash"; encryption = { diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index bb371d4..d6c2b71 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -210,6 +210,7 @@ "**/borg" "/home/yt/fun/nixpkgs" "/home/yt/.local/share/Steam" + "/var/log" ]; repo = "de3911@de3911.rsync.net:borg/yt"; encryption = {