format; close
This commit is contained in:
parent
a89c9db6b1
commit
928016c670
2 changed files with 5 additions and 3 deletions
|
@ -20,3 +20,5 @@ A is running Debian testing with git-annex 4.20130827, B and S are running Debia
|
|||
I tried this setup before with direct mode and different preferred content settings (A, B as client, S as backup or archive), and syncing of git and file data was working then.
|
||||
|
||||
Despite being able to run 'sync' it is at least inconvenient to not have automatically updated file location information when I run the assistant. (I could then just run without it, but I had it happen to me that I setup a local repo w/o assistant, and when I ran assistant, expecting it would tell me "there are no local repos, would you like to create one?" it somehow automatically found the manually created one and started copying files. But that's another problem.)
|
||||
|
||||
> [[done]] unless my diagnosis is wrong. --[[Joey]]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
content="""
|
||||
You have described the following git-annex network:
|
||||
|
||||
A --(ssh)-- S --(ssh)-- B
|
||||
A --(ssh)-- S --(ssh)-- B
|
||||
|
||||
So A automatically syncs to S. But there is no way at all for A to tell B that it has made changes. So B does not automatically sync.
|
||||
|
||||
|
@ -16,8 +16,8 @@ The git-annex webapp will detect this kind of situation, and display this alert:
|
|||
|
||||
Once you set up an XMPP account, the network will look like:
|
||||
|
||||
A --(ssh)-- S --(ssh)-- B
|
||||
\_________(XMPP)_______/
|
||||
A --(ssh)-- S --(ssh)-- B
|
||||
\_________(XMPP)_______/
|
||||
|
||||
And now B will immediatly know when A has pushed a change to S, and will go get it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue