diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-09 16:32:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-09 16:32:13 -0400 |
commit | 5b91ff02eaafe268b44ae0d37a793b7969ccbc28 (patch) | |
tree | dbcb5b344c71e91b24370b48ebc8a9066d04f578 /doc | |
parent | 30b55d3da47db4d04ce5d10f0d14d401234b15c8 (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Slow_transfer_speeds_on_copy_in_Windows/comment_1_dd4ebb10ac87e3ee6158b7e7b1273a81._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/Slow_transfer_speeds_on_copy_in_Windows/comment_1_dd4ebb10ac87e3ee6158b7e7b1273a81._comment b/doc/forum/Slow_transfer_speeds_on_copy_in_Windows/comment_1_dd4ebb10ac87e3ee6158b7e7b1273a81._comment new file mode 100644 index 000000000..e6bdd2c4e --- /dev/null +++ b/doc/forum/Slow_transfer_speeds_on_copy_in_Windows/comment_1_dd4ebb10ac87e3ee6158b7e7b1273a81._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-04-09T20:30:19Z" + content=""" +There's not a lot of places where git-annex could make this slower. +git-annex copy is just running rsync to the ssh server. + +Have you tried benchmarking rsync of a large file to the server w/o +git-annex? rsync does do considerably more client-side work than does +scp, in order to support resuming, so that might be it. +"""]] |