aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-copy
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 16:32:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 16:32:38 -0400
commitabff38335c134968c7f52459de292bfcf124b34e (patch)
treea37cb9eccc2467bc400e0deacb3cd14985ee25e0 /doc/git-annex-copy
parentb85f4e175598f43bf59901727af9167f7f1c15b1 (diff)
response
Diffstat (limited to 'doc/git-annex-copy')
-rw-r--r--doc/git-annex-copy/comment_5_fe7c2c6617b3a5ca153af2225fc66498._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/git-annex-copy/comment_5_fe7c2c6617b3a5ca153af2225fc66498._comment b/doc/git-annex-copy/comment_5_fe7c2c6617b3a5ca153af2225fc66498._comment
new file mode 100644
index 000000000..c243d981a
--- /dev/null
+++ b/doc/git-annex-copy/comment_5_fe7c2c6617b3a5ca153af2225fc66498._comment
@@ -0,0 +1,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.
+"""]]