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?