This commit is contained in:
Joey Hess 2016-09-05 16:28:25 -04:00
parent 2574bb0b32
commit e1706d0a47
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-09-05T20:18:56Z"
content="""
Currently the way to do this to run two git-annex get's in parallel, one
--from A and the other --from B. They will avoid stepping on each other's
toes.
-J2 does not currently accomplish this; git-annex always defaults to
using the remote with the lowest cost. It might be a nice improvement to
have get round-robin when multiple remotes of the same cost contain files.
[[todo/get_round_robin]]
"""]]