diff --git a/doc/forum/Must_all_nodes_be_accessible_to_one_another__63__/comment_2_882d9e6b7b2297dfd29266bbd429b046._comment b/doc/forum/Must_all_nodes_be_accessible_to_one_another__63__/comment_2_882d9e6b7b2297dfd29266bbd429b046._comment new file mode 100644 index 0000000000..5fa717a92c --- /dev/null +++ b/doc/forum/Must_all_nodes_be_accessible_to_one_another__63__/comment_2_882d9e6b7b2297dfd29266bbd429b046._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2021-09-21T17:22:22Z" + content=""" +It is perfectly safe. It can take some additional configuration +to get the clients sending the objects that the other clients want +to the server. +"""]] diff --git a/doc/walkthrough/adding_a_remote.mdwn b/doc/walkthrough/adding_a_remote.mdwn index 0234e3ea12..8a1141db0a 100644 --- a/doc/walkthrough/adding_a_remote.mdwn +++ b/doc/walkthrough/adding_a_remote.mdwn @@ -18,5 +18,5 @@ giving the repository a description helps when git-annex talks about it later. Notice that both repos are set up as remotes of one another. This lets -either get annexed files from the other. You'll want to do that even -if you are using git in a more centralized fashion. +either get annexed files from the other. You'll often want to do that +even when you are using git in a more centralized fashion.