Evolution and funambol (sync4j) Synchronization
Indicate the source and author's contact information during reprinting.
Contact information of the author: Li xianjing <xianjimli at Hotmail dot com>
1. confirm that the following software packages are installed.
Libedataserver
Libebook
Libecal
Sqlite3
2.download syncevolution-0.7.tar.gz and compile
Tar zxvf syncevolution-0.7.tar.gz
CD syncevolution-0.7
./Configure; Make; make install
3.download syncevolution-0.7-evolution-2.x.tar.gz and install it.
Mkdir-P ~ /. Sync4j/Evolution
Tar zxvf syncevolution-0.7-evolution-2.8.tar.gz
CP-RF syncevolution-0.7/share/doc/syncevolution/funambol ~ /. Sync4j/Evolution
4. Modify the connection parameters in the configuration file.
Open ~ /. Sync4j/evolution/funambol/SPDs/SyncML/config.txt
Modify the syncurl to the actual value. For example, the local funambol server is:
Syncurl = http: // localhost: 8080/funambol/DS
5. If you use the Chinese evolution, modify the configuration file under. sync4j/evolution/funambol/SPDs/sources.
Change the value of evolutionsource to "personal ".
Or change "personal" to "personal" in evolution ".
6. Now you can synchronize data.
Syncevolution funambol addressbook
Note: The funambol here is the server name. It is mainly used from ~ /. Search for the configuration file under sync4j.
Addressbook is a data source. Running syncevolution without parameters can list all data.
The data source name must be ~ /. The directory names under sync4j/evolution/funambol/SPDs/sources are consistent.
7. synchronous Mode
The first synchronization is slow synchronization (slow ).
The default value is two-way ).
You can modify the configuration files under sync4j/evolution/funambol/SPDs/sources to implement backup and recovery.
~~ End ~~