From ebde4bd94bd832c41a35203b8144d6c56ccd94a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Oct 2018 12:52:01 -0400 Subject: [PATCH] close, fixed by p2p for ssh --- doc/todo/wishlist__58___rsync_efficiency.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/todo/wishlist__58___rsync_efficiency.mdwn b/doc/todo/wishlist__58___rsync_efficiency.mdwn index fe1848f1b3..21e8db7ec4 100644 --- a/doc/todo/wishlist__58___rsync_efficiency.mdwn +++ b/doc/todo/wishlist__58___rsync_efficiency.mdwn @@ -6,3 +6,8 @@ Would parallelization be an option? Are there alternate improvements? -- Richard + +> I think that git-annex switching to the P2P protocol for ssh transfers +> fixed this; it doesn't have the overhead of starting up rsync each time, +> and even multiple transfers go over the same ssh connection, which also +> adds efficiency. [[done]] --[[Joey]]