From 0aa3a121ab591b31ede512666faea4911044c45b Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 7 Dec 2020 11:40:40 +0000 Subject: [PATCH] BORG: stop backing up git repos --- borg/.local/share/bin/borg | 1 + 1 file changed, 1 insertion(+) diff --git a/borg/.local/share/bin/borg b/borg/.local/share/bin/borg index 7c65e671..17819171 100644 --- a/borg/.local/share/bin/borg +++ b/borg/.local/share/bin/borg @@ -31,6 +31,7 @@ borg create \ --exclude '/home/*/.ccache' \ --exclude '/home/*/Downloads' \ --exclude '/home/*/.dotfiles' \ + --exclude '/home/*/GitRepos' \ ::'{hostname}-{now}' \ /home 2>&1