Last modified 3 years ago
Syncing - Trunk
Starting the Synchronization - osynctool
The basic synchronization is started with osynctool command:
osynctool --sync <group name>
When run at first time, it will do slow-sync. All subsequent syncs will only exchange changes between peers.
Forcing a Slow-Sync Manually
Sometimes it is needed to force manually sync all entries. This can be done using the --slow-sync option with one of the available object types:
osynctool --sync <groupname> --slow-sync <objtype>
A list of objtypes that you might want to slow sync can be generated by:
osynctool --listobjects
| Available objtypes |
|---|
| contact |
| event |
| todo |
| data |
| note |
And example:
osynctool --sync kdepim-e71 --slow-sync contact
