From e368bf6d99b2164a118ffcadadf6dceb1d7e1169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sat, 31 Aug 2024 12:33:54 +0200 Subject: [PATCH] fix(borgbackup): do not backup lnav stdin captures This caused backups to fail, because they changed while being backed up, because I have a zellij session with lnav running constantly --- borgbackup.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/borgbackup.nix b/borgbackup.nix index e0a0d67..d909621 100644 --- a/borgbackup.nix +++ b/borgbackup.nix @@ -14,6 +14,8 @@ "**/*trash" "**/*Trash" "/home/*/.local" + "/home/*/.config/lnav/stdin-captures" + "/root/.config/lnav/stdin-captures" "**/target" "**/result" ];