Advertisement
Guest User

Untitled

a guest
Feb 17th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.28 KB | None | 0 0
  1. $ cat ./syncevolsetup_neu.sh
  2.  
  3. syncevolution --configure \                                                    
  4.                 --template webdav \                                            
  5.                 username= \                                                    
  6.                 password= \                                                    
  7.                 syncURL="http://wien:5232/" \                                  
  8.                 target-config@radicale                                          
  9.                                                                                
  10. syncevolution --configure \                                                    
  11.                 database=http://wien:5232/gregor/calendar_test2/ \              
  12.                 backend=caldav \                                                
  13.                 target-config@radicale Testkalender                            
  14.                                                                                
  15.                                                                                
  16. syncevolution --configure \                                                    
  17.                 --template SyncEvolution_Client \                              
  18.                 syncURL=local://@radicale \                                    
  19.                 Testkalender/database=local:system \                            
  20.                 Testkalender/type=calendar \                                    
  21.                 Testkalender/uri=Testkalender \                                
  22.                 Testkalender/sync=two-way \                                    
  23.                 radicale \                                                      
  24.                 Testkalender  
  25.  
  26. $ ./syncevolsetup_neu.sh
  27. ./syncevolsetup_neu.sh: line 22: Testkalender/uri=Testkalender: not found
  28.  
  29. $ syncevolution
  30. CalDAV:
  31.    select database via relative URI (<path>)
  32.  
  33. CardDAV:
  34.    select database via relative URI (<path>)
  35.  
  36. Evolution Address Book = Evolution Contacts = evolution-contacts:
  37.    <<system>> (file:///home/user/.osso-abook/db) <default>
  38.  
  39. Maemo Calendar = maemo-events:
  40.    N900 (id:1) <default>
  41.    Privat (id:2)
  42.    Geburtstage (id:3)
  43.    Feiertage (id:4)
  44.    eCoach activities (id:5)
  45.    Testkalender (id:6)
  46.  
  47. [...]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement