git-annex/doc/forum/untitled/comment_1_0176d1d50bd62b113ff690346ba4161b._comment
2016-09-05 12:40:22 -04:00

15 lines
526 B
Text

[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-09-05T16:34:35Z"
content="""
Remotes have configurable costs, see `remote.<name>.annex-cost`
documentation in [[git-annex]].
`git annex get` and some other commands can be used with `-J3` to
download multiple files at once. However, it only downloads
each file from the cheapest remote that has a copy.
It would perhaps be an interesting improvement to make it round-robin
amoung remotes if there are multiple ones that have the same cost.
"""]]