[SyncEvolution] Sync to a flat file?

Stephen Paul Weber singpolyma at singpolyma.net
Mon Feb 8 21:52:36 UTC 2016


>> >> >https://syncevolution.org/wiki/http-server-howto
>>
>> Thanks!  I think I'm getting closer.  Combining with
>> <https://syncevolution.org/wiki/synchronizing-radicale>, here is my
>> attempted config script: <http://pastie.org/10685729> (obviously I have
>> revoked that password after pasting) and the output when running with `sh
>> -x`: <http://pastie.org/private/0yc8uknlsbtorbrhcjumq> -- should I be using
>> --template none ?
>
>Can you repost the text as compressed (if large) attachments?

Attached.

-- 
Stephen Paul Weber, @singpolyma
See <http://singpolyma.net> for how I prefer to be contacted
edition right joseph
-------------- next part --------------
#!/bin/sh

syncevolution --configure \
              --template webdav \
              username=singpolyma \
              password=ahCee1pu \
              syncURL=https://singpolyma.net:5232/ \
              target-config at radicale

syncevolution --configure \
             database=https://singpolyma.net:5232/singpolyma.net/calendar.ics/ \
             backend=caldav \
             target-config at radicale singpolyma-radicale-calendar

syncevolution --configure \
             database=https://singpolyma.net:5232/singpolyma.net/addressbook.vcf/ \
             backend=carddav \
             target-config at radicale singpolyma-radicale-contacts

syncevolution --configure \
  --source-property type=file:text/calendar:2.0 \
  --source-property evolutionsource=file://home/singpolyma/.syncevolution/calendar \
  radicale singpolyma-radicale-calendar

syncevolution --configure \
  --source-property type=file:text/vcard:3.0 \
  --source-property evolutionsource=file://home/singpolyma/.syncevolution/addressbook \
  radicale singpolyma-radicale-contacts

syncevolution --configure \
  --source-property sync=two-way \
  radicale singpolyma-radicale-calendar singpolyma-radicale-contacts
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://lists.freedesktop.org/archives/syncevolution/attachments/20160208/974ee88a/attachment.sig>


More information about the SyncEvolution mailing list