summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a <Ioanas@web>2015-06-06 03:23:31 +0000
committerGravatar admin <admin@branchable.com>2015-06-06 03:23:31 +0000
commit13504b85714246b5f23f1249ac5a49a79c1acec1 (patch)
tree2b3011c5d89d2a733d278fd309d0d300d62f0dd7
parentc02dda9a3d0afd3d066160a12a9276295e63e3e5 (diff)
get, remote, many files,
-rw-r--r--doc/forum/Speed_up_remote_transfers.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/Speed_up_remote_transfers.mdwn b/doc/forum/Speed_up_remote_transfers.mdwn
new file mode 100644
index 000000000..04ebdc8f9
--- /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?