From 29b43cfa395c87f722be35fb45cfea94cd3338ea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 May 2012 20:50:53 -0400 Subject: pairing --- doc/design/assistant/pairing.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/design/assistant/pairing.mdwn (limited to 'doc/design/assistant/pairing.mdwn') diff --git a/doc/design/assistant/pairing.mdwn b/doc/design/assistant/pairing.mdwn new file mode 100644 index 000000000..f33c5e11d --- /dev/null +++ b/doc/design/assistant/pairing.mdwn @@ -0,0 +1,13 @@ +For git-annex to be able to clone its repo to another host, it'd be good to +have some way of pairing devices. + +It could work like this: + +1. Prompt for the hostname (or do avahi local machine discovery). +2. Enable the two hosts to ssh to one-another and run git-annex shell. + (A tricky problem, if ssh keys need to be added to do that.) +3. Push over a clone of the repository. (Using git-annex-shell?) +4. Start [[syncing]]. + +Also look into the method used by + -- cgit v1.2.3