<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1455516504528_14187">Hi Graham,</div><div id="yui_3_16_0_1_1455516504528_13752"><br></div><div dir="ltr" id="yui_3_16_0_1_1455516504528_13761">it took me a while to get the basics working.</div><div id="yui_3_16_0_1_1455516504528_13820" dir="ltr"><br></div><div id="yui_3_16_0_1_1455516504528_13821" dir="ltr">Regarding the configuration this is what I did for testing TDEPIM to LOCAL file store<br></div><div id="yui_3_16_0_1_1455516504528_13760"><br></div><div dir="ltr" id="yui_3_16_0_1_1455516504528_13753">syncevolution --configure \<br>             --template none \<br>              username= \<br>              password= \<br>                addressbook/backend=tdepim-contacts \<br>                addressbook/database="kxXrRFzP9c" \<br>                addressbook/databaseFormat="text/vcard" \<br>                calendar/backend=tdepim-calendar \<br>                calendar/database="ZsPZokpoTg" \<br>                calendar/databaseFormat="text/calendar" \<br>                todo/backend=tdepim-tasks \<br>                todo/database="ZsPZokpoTg" \<br>                todo/databaseFormat="text/calendar" \<br>                memo/backend=tdepim-memos \<br>                memo/database="ZsPZokpoTg" \<br>                memo/databaseFormat="text/plain" \<br>             target-config@${peer} addressbook calendar todo memo<br><br># Remove the "--source-property type" lines to use the Evolution backends.<br>syncevolution --configure \<br>              --template SyncEvolution_Client \<br>              syncURL=local://target-config@${peer} \<br>              peerIsClient=1 \<br>  --source-property type=file:text/vcard:3.0 \<br>  --source-property evolutionsource=file://${datapath}/addressbook \<br>  ${peer} addressbook<br><br>syncevolution --configure \<br>              --template SyncEvolution_Client \<br>              syncURL=local://target-config@${peer} \<br>              peerIsClient=1 \<br>   --source-property type=file:text/calendar:2.0 \<br>   --source-property evolutionsource=file://${datapath}/calendar \<br>  ${peer} calendar <br><br>syncevolution --configure \<br>              --template SyncEvolution_Client \<br>              syncURL=local://target-config@${peer} \<br>              peerIsClient=1  \<br>   --source-property type=file:text/calendar:2.0 \<br>   --source-property evolutionsource=file://${datapath}/todo \<br>   ${peer} todo<br><br>syncevolution --configure \<br>              --template SyncEvolution_Client \<br>              syncURL=local://target-config@${peer} \<br>              peerIsClient=1  \<br>   --source-property type=file:text/plain:1.0 \<br>   --source-property evolutionsource=file://${datapath}/memo \<br>   ${peer} memo<br></div><div id="yui_3_16_0_1_1455516504528_13710"><br></div><div id="yui_3_16_0_1_1455516504528_13926">I had to change something in the LocalTransportAgent.cpp to get the peer exiting and sync completing<br><span></span></div><div id="yui_3_16_0_1_1455516504528_13866"><span id="yui_3_16_0_1_1455516504528_13998">My addressbook works fine. Calendar/todo/memo is missing the data at the end.</span></div><div id="yui_3_16_0_1_1455516504528_13995"><span id="yui_3_16_0_1_1455516504528_13994">I need to have a look why now.</span></div><div><br><span></span></div><div id="yui_3_16_0_1_1455516504528_13996" dir="ltr"><span>regards</span></div> <div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font face="Arial" size="2"> On Saturday, February 6, 2016 1:26 PM, Graham Cobb <g+syncevolution@cobb.uk.net> wrote:<br></font></div>  <br><br> <div class="y_msg_container">On 06/02/16 09:56, deloptes wrote:<br clear="none">> It does now exit, but staying there after<br clear="none">> <br clear="none">>         Synchronization successfull<br clear="none">>         Changes applied ....<br clear="none">>         Data modified ....<br clear="none">>         *** @..../addressbook ***<br clear="none">>         no changes<br clear="none"><br clear="none">I assume you meant "It does NOT exit".  In my experience, the appearance<br clear="none">of syncevolution not exiting is often due to the "changes" perl script<br clear="none">which, in may case, can take a VERY long time.  I don't remember the<br clear="none">name of the script offhand but while it is "hung" you may want to see if<br clear="none">there is a process running perl on your system.<br clear="none"><br clear="none">I recommend that while initially testing you set "printChanges=0" (if<br clear="none">you have a lot of data you may want to set dumpData=0 as well, except<br clear="none">when you really want to save the data). Turning off both those at least<br clear="none">means you are really just testing the sync code.<br clear="none"><br clear="none">That may not be your problem at all, but it is worth checking.<br clear="none"><br clear="none">Graham<div class="yqt0688430992" id="yqtfd29135"><br clear="none">_______________________________________________<br clear="none">SyncEvolution mailing list<br clear="none"><a shape="rect" ymailto="mailto:SyncEvolution@syncevolution.org" href="mailto:SyncEvolution@syncevolution.org">SyncEvolution@syncevolution.org</a><br clear="none"><a shape="rect" href="https://lists.syncevolution.org/mailman/listinfo/syncevolution" target="_blank">https://lists.syncevolution.org/mailman/listinfo/syncevolution</a><br clear="none"></div><br><br></div>  </div> </div>  </div></div></body></html>