summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web>2015-04-12 23:12:31 +0000
committerGravatar admin <admin@branchable.com>2015-04-12 23:12:31 +0000
commitaf179125761de007d2b6429d6c55ee4e1da62771 (patch)
treeeccc6317232fb787d79deb234ef959f46d96a574
parent30416d8f2275aaa98c9947b598e677197da6714a (diff)
-rw-r--r--doc/todo/wishlist:_rsync_efficiency.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_rsync_efficiency.mdwn b/doc/todo/wishlist:_rsync_efficiency.mdwn
new file mode 100644
index 000000000..fe1848f1b
--- /dev/null
+++ b/doc/todo/wishlist:_rsync_efficiency.mdwn
@@ -0,0 +1,8 @@
+If you look at the transfer rates during a copy job to remotes, you see it going down to zero for a short time between files.
+
+While that's understandable from rsync's PoV, it's not as efficient as git-annex could be.
+
+Would parallelization be an option? Are there alternate improvements?
+
+
+-- Richard