Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. syncevolution --configure --keyring=no --template webdav username=- password='OCPASSWORD' syncurl="YOURSERVER.COM/owncloud" target-config@owncloud
  2.  
  3. syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@owncloud username= password= owncloud
  4.  
  5. syncevolution --configure --template webdav database=https://YOURSERVER.COM/owncloud/remote.php/caldav/calendars/OCUSER/personal backend=caldav target-config@owncloud calendar
  6.  
  7. syncevolution --configure sync=two-way backend=calendar database=personal owncloud calendar
  8.  
  9. syncevolution --sync slow owncloud calendar
  10.  
  11. syncevolution --configure --template webdav database=https://YOURSERVER.COM/owncloud/remote.php/carddav/addressbooks/OCUSER/contacts backend=carddav target-config@owncloud contacts
  12.  
  13. syncevolution --configure sync=two-way backend=contacts database=personal owncloud contacts
  14.  
  15. syncevolution --sync slow owncloud contacts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement