Macintosh-2:~ namit$ crontab -l
30 * * * * /usr/bin/osascript < /Users/namit/script/isync.scpt
Macintosh-2:~ namit$ vim /Users/namit/script/isync.scp
tell application "iSync" if not syncing then synchronize repeat while syncing delay 1 end repeat quit end if end tell
update: seams to be working on 10.6 OS X does the job one error but still working.
Related posts:
