git-annex/doc/forum/balance_git_annex_remotes.mdwn
eric.w@eee65cd362d995ced72640c7cfae388ae93a4234 ce740fb22e
2020-12-21 20:59:21 +00:00

9 lines
322 B
Markdown

What is the best way to balance files among your remotes?
use case:
I have git annex remotes on N external drives, I would like to git annex move --auto --from=$most_used_repo --to= $least_used_repo
expected result:
the free space on all my remotes should be more or less equal.
is there a way to do this currently?