From 32477c0446bef8c954986067a55638428da49bfc Mon Sep 17 00:00:00 2001 From: "lykos@d125a37d89b1cfac20829f12911656c40cb70018" Date: Sun, 28 Oct 2018 15:05:16 +0000 Subject: [PATCH] --- doc/todo/improve_gcrypt_remote.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/improve_gcrypt_remote.mdwn diff --git a/doc/todo/improve_gcrypt_remote.mdwn b/doc/todo/improve_gcrypt_remote.mdwn new file mode 100644 index 0000000000..0052b2a875 --- /dev/null +++ b/doc/todo/improve_gcrypt_remote.mdwn @@ -0,0 +1,3 @@ +I just created a [[bug report|bugs/gcrypt_rsync_remotes_don__39__t_work]] regarding gcrypt rsync remotes. In fact, I think the gcrypt special remote should allow rsync urls as well. The annexed files are going to be transferred using rsync anyway, aren't they? That would speed up `git annex sync` a lot, especially on slow (mobile) connections. + +-- Lykos