This commit is contained in:
imlew 2023-11-15 16:36:13 +00:00 committed by admin
parent aeb4976d07
commit 15dc5fae10

View file

@ -0,0 +1,7 @@
I want to use git-annex to keep track of and archive of large tarballs (on the order of 10 to 100GB each).
One of the locations are a set of external HDDs that are formatted to exFAT.
Unfortunately every git command takes hours to execute.
e.g. every time I use `git status` the index is refreshed which takes about 3 hours, committing a single takes similarly long.
Is there anything I can do to speed things up?