Skip to content

Instantly share code, notes, and snippets.

@SomeClown
Created January 15, 2017 02:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeClown/62c2bde127f3bb3f40ee1890b1a57fc6 to your computer and use it in GitHub Desktop.
Save SomeClown/62c2bde127f3bb3f40ee1890b1a57fc6 to your computer and use it in GitHub Desktop.
crontab entry for mbsync
*/5 * * * * killall mbsync &>/dev/null; /usr/local/bin/mbsync -a -V 2>&1 > ~/.mbsync_log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment