File: telehash_syncing.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (10 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
Hi

I have read some info about telehash. It looks verry promising. I was wondering though how syncing will work. For example. I have 2 computers. Normal PC and a laptop. Mostly only one is on at a time. 

* Sync messages will be sent over telehash protocoll ?
* What if I push some changes (they will be synced to a shared repository) and laptop is not online. How will git-annex know what to sync from a shared repository ?
* Do you plan to send files/commits directly to online clients ? If 2 friends are online at the same time.
* What will happen with data on a shared repository if all clients have synced content ? Will it be deleted since it is not longer needed ?

I was thinking of a model where you sync directly (if possible), and just drop shared content to repo for offline users. Whan everyone have pulled content it may be removed from shared repo.