blob: c243d981a765a46e932a81ee4bf208dc1057b105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2016-04-04T20:30:33Z"
content="""
If you run `git annex copy --from slowremote1` in one terminal and at the
same time run `git annex copy --from slowremote2` in another terminal,
the two processes will cooperatively get the files, spreading the load
amoung the remotes. This works because git-annex avoids downloading a file
if the same file is already being downloaded by a different process.
"""]]
|