Jawaban:
Ponsel Ubuntu menggunakan server data evolusi dan data dapat disinkronkan menggunakan syncevolution
.
Kemudian jalankan
syncevolution --configure --keyring=no --template webdav username=- password='OCPASSWORD' syncurl="YOURSERVER.COM/owncloud" target-config@owncloud
SSLServerCertificates="/home/phablet/YOURCERTIFICATE.crt"
. Anda dapat menempatkan perintah ini tepat setelah parameter URL.SSLVerifyServer="0"
Sekarang beri tahu syncevolution informasi tentang telepon
syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@owncloud username= password= owncloud
dan parameter spesifik untuk kalender
syncevolution --configure --template webdav database=https://YOURSERVER.COM/owncloud/remote.php/caldav/calendars/OCUSER/personal backend=caldav target-config@owncloud calendar
Jalur basis data, dapat ditemukan di frontend web owncloud dengan mengklik simbol rantai.
sekarang
syncevolution --configure sync=two-way backend=calendar database=personal owncloud calendar
dan akhirnya memulai sinkronisasi
syncevolution --sync slow owncloud calendar
Untuk menyinkronkan kontak, Anda hanya perlu menambahkan langkah-langkah ini:
syncevolution --configure --template webdav database=https://YOURSERVER.COM/owncloud/remote.php/carddav/addressbooks/OCUSER/contacts backend=carddav target-config@owncloud contacts
Anda bisa mendapatkan kembali jalur yang benar dari frontend web
syncevolution --configure sync=two-way backend=contacts database=personal owncloud contacts
database adalah nama buku alamat di perangkat Andasekarang jalankan
syncevolution --sync slow owncloud contacts