From 5ce76ea8a5dbcbf580841399304e39fbf05d46e1 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 29 Dec 2024 14:07:46 -0500 Subject: [PATCH] more exclusion stuff --- hosts/chunk/borg.nix | 4 +++- hosts/ytnix/default.nix | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/chunk/borg.nix b/hosts/chunk/borg.nix index d1aad64..875dacb 100644 --- a/hosts/chunk/borg.nix +++ b/hosts/chunk/borg.nix @@ -24,7 +24,9 @@ "/var/lib/containers/cache" "/var/lib/containers/overlay*" "/var/lib/systemd" - "/var/log" + "**/.rustup" + "**/.cargo" + "**/.docker" ]; repo = "de3911@de3911.rsync.net:borg/crash"; encryption = { diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index a92b549..9ed3142 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -211,7 +211,6 @@ "**/borg" "/home/yt/fun" "/home/yt/.local/share/Steam" - "/var/log" "**/.wine" "/home/yt/Games" ];