From e3b304d93142b7bdddd8d9a6ef3c6d33175f0f70 Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a" Date: Sat, 6 Jun 2015 03:23:31 +0000 Subject: [PATCH] get, remote, many files, --- doc/forum/Speed_up_remote_transfers.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/Speed_up_remote_transfers.mdwn diff --git a/doc/forum/Speed_up_remote_transfers.mdwn b/doc/forum/Speed_up_remote_transfers.mdwn new file mode 100644 index 0000000000..04ebdc8f9d --- /dev/null +++ b/doc/forum/Speed_up_remote_transfers.mdwn @@ -0,0 +1,5 @@ +I am currently trying to transfer git-annex managed files to my server. + +I am getting them with `git annex /path`. However, these are very many small files, and git annex seems to take a tiny break in between them, so the process takes considerably longer than uploading a single file of the same size would. + +Do you have any suggestions for improving my transfer speed in this case?