On Di, 2011-04-12 at 12:37 +0100, Patrick Ohly wrote:
>         
> Configure one-way synchronization from default system address book:
> 
>         syncevolution --configure \
>                       syncURL=local://@gigaset \
>                       peerIsClient=1 \
>                       sync=one-way-from-server \
>                       gigaset addressbook

If you get an error about

        [ERROR @gigaset] error code from SyncEvolution fatal error (remote, 
status 500): @gigaset/: source not configured
        
then set uri=addressbook in the command above:


        syncevolution --configure \
                      syncURL=local://@gigaset \
                      peerIsClient=1 \
                      sync=one-way-from-server \
                      uri=addressbook \
                      gigaset addressbook

I thought setting uri was redundant if it has the value is the same as
the source name, but some other test just told me that I seem to be
missing such fallback code... will add it now.

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.


_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to