diff options
author | 2013-07-06 06:04:44 +0000 | |
---|---|---|
committer | 2013-07-06 06:04:44 +0000 | |
commit | f9d3cf2d755c5517fe121fa601bc214f6d0a90f3 (patch) | |
tree | a02170688f505b5cbdd2d75755127715cbfd82eb /doc/bugs/annex_get_over_SSH_is_very_slow.mdwn | |
parent | 7368d38c31f36db0d14a5eb956ae2fc499036ba0 (diff) |
Diffstat (limited to 'doc/bugs/annex_get_over_SSH_is_very_slow.mdwn')
-rw-r--r-- | doc/bugs/annex_get_over_SSH_is_very_slow.mdwn | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/annex_get_over_SSH_is_very_slow.mdwn b/doc/bugs/annex_get_over_SSH_is_very_slow.mdwn new file mode 100644 index 000000000..c9877e7db --- /dev/null +++ b/doc/bugs/annex_get_over_SSH_is_very_slow.mdwn @@ -0,0 +1,26 @@ +### Please describe the problem. +Attempting to populate one annex from another over an SSH connection is very slow. + +### What steps will reproduce the problem? +1. Create an annex on Linux +2. Clone annex to Windows system +3. Set up sshd on Linux system, access keys, etc. +4. "git annex get ." +5. Checking if an individual file exists takes a few seconds, and downloading it takes a few seconds. on a 100Mbps LAN, transfers at an average of 7Mbps. +6. By comparison operating over a working HTTP connection transfers between 20~40 Mbps. + + +### What version of git-annex are you using? On what operating system? +Windows 7: 4.20140627-g8a36ec5 (from the git-annex download page) + +Debian Linux: 3.20120629 (from the package manager) + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] |