From 67fc40fd2a2eb606df8a2b195d565fa2cee675fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 3 Jan 2025 20:41:47 +0100 Subject: [PATCH] do not backup thunderbird folder --- borgbackup.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/borgbackup.nix b/borgbackup.nix index 44306a6..7fde887 100644 --- a/borgbackup.nix +++ b/borgbackup.nix @@ -24,6 +24,7 @@ "**/*Trash" # already cloud apps "**/.mozilla/firefox" + "**/.thunderbird" # build-output directories "**/target" "**/result"