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? anyway, thanks, matt ------------------------------------------- Matt Price [EMAIL PROTECTED] History Department, University of Toronto (416) 978-2094 -------------------------------------------- please don't use the following addresses: [EMAIL PROTECTED] [EMAIL PROTECTED] _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
