owncloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
owncloud [24.01.2016 12:45] Pascal Suterowncloud [27.03.2016 17:04] Pascal Suter
Line 118: Line 118:
   diff <(cd /mnt/owncloud/OCR/Done; find *) <(cd /mnt/owncloud/OCR/Originals; find *)   diff <(cd /mnt/owncloud/OCR/Done; find *) <(cd /mnt/owncloud/OCR/Originals; find *)
  
 +===== synchronize external caldav and carddav sources =====
 +**caution** this has only been done one-way, so that an external calender which is only changed externally gets regularly synced to owncloud. i haven't tired this in a two way mode. 
  
 +prior to owncloud9 there was a sync script which did exactly that. unfortunately it no longer works with oc9 and the developer has posted that he won't fix it, so we need a new solution. 
 +
 +currently i am trying to use [[https://vdirsyncer.readthedocs.org|vdirsyncer]]. to install in ubuntu 14.04 i did this: 
 +  apt-get install libxml2 libxml2-dev libxslt libxslt-dev zlib1g python python-virtualenv python-pip
 +  virtualenv /opt/owncloud/vdirsyncer
 +  export CPLUS_INCLUDE_PATH=/usr/include/libxslt/:/usr/include/libxml2/
 +  /opt/owncloud/vdirsyncer/bin/pip install vdirsyncer
  
  • owncloud.txt
  • Last modified: 16.07.2021 00:30
  • by Pascal Suter