BORG: stop backing up git repos

This commit is contained in:
Jonathan Hodgson 2020-12-07 11:40:40 +00:00
parent 1eccde753e
commit fd3997230d

View file

@ -31,6 +31,7 @@ borg create \
--exclude '/home/*/.ccache' \
--exclude '/home/*/Downloads' \
--exclude '/home/*/.dotfiles' \
--exclude '/home/*/GitRepos' \
::'{hostname}-{now}' \
/home 2>&1