From 1e2ad7fd28813cb827a15e1f6eed9ee54a8f8e4e Mon Sep 17 00:00:00 2001
From: "junk@5e3eeba2290e8a3fcf938d9f93b0dfa2565dc7b1" <junk@web>
Date: Fri, 5 Jun 2015 09:19:19 +0000
Subject: [PATCH] Added a comment: Tahoe-LAFS helper: multiple FURLs for the
 same grid

---
 ...3_8a425ab612c3b46efb9658ab79038661._comment | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 doc/special_remotes/tahoe/comment_3_8a425ab612c3b46efb9658ab79038661._comment

diff --git a/doc/special_remotes/tahoe/comment_3_8a425ab612c3b46efb9658ab79038661._comment b/doc/special_remotes/tahoe/comment_3_8a425ab612c3b46efb9658ab79038661._comment
new file mode 100644
index 0000000000..63c9bc5323
--- /dev/null
+++ b/doc/special_remotes/tahoe/comment_3_8a425ab612c3b46efb9658ab79038661._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="junk@5e3eeba2290e8a3fcf938d9f93b0dfa2565dc7b1"
+ nickname="junk"
+ subject="Tahoe-LAFS helper: multiple FURLs for the same grid"
+ date="2015-06-05T09:19:19Z"
+ content="""
+Hi Joey,
+
+thank you very much for your reply! 
+
+I've continued to wrap my head around this because it does not seem to be the intended way to do it in git-annex and also the helper is still in development (it only works for uploads so far). Right now I've figured out that I could also add two rsync-remote with the same uuid and have csync2 sync the two servers. This way I could use which ever remote is closest to upload and download my files and csync will make sure that the files end up on all remotes. So in my case this would achieve the same as the Tahoe-LAFS solution but use more of git-annexes fetures then of Tahoe-LAFS. Also I will be able to easily delete files from the git.
+
+I'll keep you posted on how it went.
+
+Best regards,
+
+Oliver
+"""]]