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