Monday, January 22, 2007

Use cron to automate iSync

I think it is rather strange that iSync does not have built in scheduling. However, a simple solution to this is to use cron to schedule it.

0 22 * * * osascript -e 'tell application "iSync" to synchronize'

No comments: