1Download plugin | ||||||||||||||||
2 Installer | ||||||||||||||||
3 Configure it with these settings:
Documentation on setting up SyncEvolution for use with Memotoo: Français
eller
1 Copy all theses files in your home "~/.sync4j/evolution/memotoo/":
cd ~ mkdir .sync4j mkdir .sync4j/evolution cd .sync4j/evolution tar -zxvf SyncEvolutionMemotoo.tar.gz 2 Enter your Memotoo login and password in "~/.sync4j/evolution/memotoo/spds/syncml/config.txt" (or "~/.config/syncevolution/memotoo/spds/syncml/config.txt") 3 In the data config files "~/.sync4j/evolution/memotoo/sources/*/config.txt" (or "~/.config/syncevolution/memotoo/sources/*/config.txt"), set the folder in Evolution to sync (default: Personal / find the name with the command "syncevolution") 4 Start a synchronization: syncevolution memotoo 5 Automate the synchronization: cd /etc/cron.d/ vim syncEvolutionMemotoo # and add theses lines: 0 * * * * root /usr/bin/syncevolution memotoo > /var/log/SyncEvolutionMemotoo.txt |