On Thu, 2004-10-14 at 09:04 -0400, Matt Price wrote: > On Thu, Oct 14, 2004 at 12:22:14PM +0200, Rodrigo Moya wrote: > > On Thu, 2004-10-14 at 01:28 -0400, Matt Price wrote: > > > > I'm trying desperately to sync the evolution data on two computes > > > (work & home). I have tried rsync on ~/.evolution, and also on > > > ~/.evolution/calendar/local, and have also tried changing the dir > > > names in calendar/local to reflect the change in hostname (in my case, > > > 'anarres' --> 'matts-mac'). None of this works, and even if I delete > > > > > yes, in gconf, you need to copy also the ~/.gconf/apps/evolution > > directory. > > thanks for this hint! I tried wraping evolution in the following > script: > > #!/bin/sh > #/usr/local/bin/evo-wrapper > ssh anarres -e evolution --force-shutdown > evolution --force-shutdown > rsync -avzb anarres:~/.evolution/ ~/.evolution > rsync -avzb anarres:~/.gconf/apps/evolution/ ~/.gconf/apps/evolution > /usr/bin/evolution-2.0 > evolution --force-shutdown > rsync -azvb ~/.evolution anarres:~/.evolution > rsync -avzb ~/.gconf/apps/evolution/ anarres:~/.gconf/apps/evolution > > .. hmmm... still doesn't seem to work! Am I missing something > essential about, say, how evolution-data-server works? > gconfd should also not be running on the machine you're copying the files too, or it won't notice the new values in the .gconf directory. > -- Rodrigo Moya <[EMAIL PROTECTED]>
_______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
