This commit is contained in:
lell 2024-11-15 09:27:28 +00:00 committed by admin
parent 35105a79ed
commit 43a4adda6e

View file

@ -15,6 +15,6 @@ However, git annex exits without copying any files, my repo is still empty after
I also tried git annex findkeys --not --unused, but it says invalid option --unused :-( I also tried git annex findkeys --not --unused, but it says invalid option --unused :-(
In my example I have multiple repositories that all have part of the files I want, so I cannot just make a repo that has all versions of all files and then `drop --unused`. That also would take too much storage. In real life I have multiple repositories that all have part of the files I want, so I cannot just make a repo that has all versions of all files and then `drop --unused`. That also would take too much storage.
How can I do this? How can I do this?