Câu trả lời:
Điện thoại Ubuntu sử dụng máy chủ dữ liệu tiến hóa và dữ liệu có thể được đồng bộ hóa bằng cách sử dụng syncevolution
.
Sau đó thực hiện
syncevolution --configure --keyring=no --template webdav username=- password='OCPASSWORD' syncurl="YOURSERVER.COM/owncloud" target-config@owncloud
SSLServerCertificates="/home/phablet/YOURCERTIFICATE.crt"
. Bạn có thể đặt lệnh này ngay sau tham số URL.SSLVerifyServer="0"
Bây giờ hãy nói đồng bộ hóa thông tin về điện thoại
syncevolution --configure --template SyncEvolution_Client sync=none syncURL=local://@owncloud username= password= owncloud
và các thông số cụ thể cho lịch
syncevolution --configure --template webdav database=https://YOURSERVER.COM/owncloud/remote.php/caldav/calendars/OCUSER/personal backend=caldav target-config@owncloud calendar
Đường dẫn cơ sở dữ liệu, có thể được tìm thấy trong giao diện web owncloud bằng cách nhấp vào biểu tượng chuỗi.
hiện nay
syncevolution --configure sync=two-way backend=calendar database=personal owncloud calendar
và cuối cùng bắt đầu đồng bộ hóa
syncevolution --sync slow owncloud calendar
Để đồng bộ hóa danh bạ, bạn chỉ cần thêm các bước này:
syncevolution --configure --template webdav database=https://YOURSERVER.COM/owncloud/remote.php/carddav/addressbooks/OCUSER/contacts backend=carddav target-config@owncloud contacts
bạn một lần nữa có thể có được đường dẫn đúng từ frontend web
syncevolution --configure sync=two-way backend=contacts database=personal owncloud contacts
cơ sở dữ liệu là tên của sổ địa chỉ trên thiết bị của bạnbây giờ chạy
syncevolution --sync slow owncloud contacts