diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-09 15:03:53 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-09 15:03:53 -0400 |
commit | 2554e9e7bdc4dba221e3e09ad0b0eae0477a3c3d (patch) | |
tree | 50458a2f638f35aa7b2b952d9e7980b2d2349132 | |
parent | e2548c18e147b00c387082c678454bfd9e6891b5 (diff) | |
parent | c657770fbfbc3502cde5f9fd9d0a379c897375dc (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/forum/Slow_transfer_speeds_on_copy_in_Windows.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
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 000000000..37d2c3da9 --- /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? |