Re: SSH synchronization problems
On 10/14/07, Andrew Conkling <andrew.conkling@...> wrote:
> I've been using Unison to sync my notes between my computers, but I just
> upgraded to Ubuntu Gutsy/GNOME 2.20 and I'm trying to synchronize my notes
> via the SSH plugin.
>
> I got sshfs/fuse working via instructions here: http://gbroon.com/node/2,
> and I was able to get the notes to synchronize once to the remote directory
> ~/0/0, but I'd like to set it up to synchronize directly with my ~/.tomboy
> directory. (Slight aside: should it do this by default? It's the only way I
> can think of this being useful.)
This can be summed up like this:
Tomboy synchronization is a client/server model. Configure each of
your computers with Tomboy to synchronize to one common (empty!)
location. That location is the "server".
This is not like Unison which tries to synchronize your ~/.tomboy
locations with one another. You need to have a single location on
some server that all of your Tomboys synchronize with.
It sounds like you have one desktop computer that servers as your SSH
server. Make a new empty directory, say "~/tomboy-sync/". On the
computer that is also the server, use the "Local Folder" sync service
to sync to "~/tomboy-sync/". On your other computer(s), use the SSH
sync service to connect to the first computer, and use that
"tomboy-sync" as the Folder Path.
Assuming I've understood your situation, this should work fine. If
you have any further issues, please let me know. If you find any new
bugs today, I may have time to fix them before the 0.8.1 release
tomorrow morning.
Best,
Sandy