From a959b98769dffc21a94c506c6014f517b89358fe Mon Sep 17 00:00:00 2001 From: anarcat Date: Mon, 27 Mar 2017 16:25:31 +0000 Subject: [PATCH] link to torrent page --- doc/tips/semi-synchronized_remotes.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/tips/semi-synchronized_remotes.mdwn b/doc/tips/semi-synchronized_remotes.mdwn index fcd8952ef1..c38177bf05 100644 --- a/doc/tips/semi-synchronized_remotes.mdwn +++ b/doc/tips/semi-synchronized_remotes.mdwn @@ -104,5 +104,11 @@ Therefore, the best approach may be to have git-annex respect the `remote..annex-push` and `remote..annex-pull` settings that would match the `sync --[no-]push --[no-]pull` flags. +Note that this is similar in concept to +[[todo/Bittorrent-like_features]], although here we assumes you +already have some transport to share anything you need, yet still have +to address the question of semi-synchronized git repositories in some +way. + I would obviously welcome additional comments and questions on this approach. -- [[anarcat]]