-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synchronization across multiple instances #1089
Comments
So, I re-read the "synchronization" wiki page @ https://github.com/zadam/trilium/wiki/Synchronization what i want to know is - if I access the server via a browser or another instance of Trilium and save a note in it, will the other instances of Trilium get updated? Or delete a note in one instance? So, essentially who decides which is the master? And what happens to edits from one instance which conflicts with other instances? |
Yes, all updates are propagated across all instances.
There isn't really a "master". Rather than master-slave it's better to think about the sync as git - decentralized - all instances have full set of data and are equal. Sync server is special only in the sense that it's accessible on the network.
Trilium handles this situation by just picking up the newer change and discarding the older change (timestamp comparison). The older change should still be visible in note revisions so it should be possible to recover any data lost in conflict resolution. |
Awesome. Sounds perfect. |
Love this gem. I have tried a lot of note-taking software - but this really suits my needs.
I have a question though.
Is it possible to have synchronization set-up on multiple devices with one master. For example, my typical use case is something like this
So, is it somehow possible to synchronize #2 and #3 with #1 or would I have to write code to make this happen?
Also, I am thinking of a few improvements which I might take up someday - namely, a good mindmapping interface and as a central core of my notes - i like the mindmeister interface a lot - where tasks, notes, and everything is included in the same visual diagram. This is for another day, though
The text was updated successfully, but these errors were encountered: