From 404a69b37d535e0e2b2027e6d472d375e48bd925 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlh1G1u_AMJEyADqlfuzV2cePniocDyK6A" Date: Thu, 9 Apr 2015 18:26:39 +0000 Subject: [PATCH] --- doc/forum/Slow_transfer_speeds_on_copy_in_Windows.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/Slow_transfer_speeds_on_copy_in_Windows.mdwn diff --git a/doc/forum/Slow_transfer_speeds_on_copy_in_Windows.mdwn b/doc/forum/Slow_transfer_speeds_on_copy_in_Windows.mdwn new file mode 100644 index 0000000000..37d2c3da9c --- /dev/null +++ b/doc/forum/Slow_transfer_speeds_on_copy_in_Windows.mdwn @@ -0,0 +1 @@ +Copying a large file from windows (msysgit 1.9.5.msysgit.1, git-annex 20150406) to a bare repository on debian wheezy (git 1.9.1 git-annex 20141024) I can only get around 2 MB/s transfer speed. I tested using normal windows copy (smb) and got around 10 MB/s, while the git-annex copy was still going on. I tried plain ssh and got 9 MB/s. So, something to do with git-annex is being slow it seems. Any ideas on how to remedy this, or is it a known issue?