Blog TIL Now Tags Projects About

My crontab now looks like (get by running crontab -l, edit with crontab -e):

# m h dom mon dow command
0 13 * * * ~/bin/sync-obsidian.sh
43 00 * * * find /Users/david/.vim/undodir/ -type f -mtime +90 -delete

The # is just comments so it is nicer formatting to indicate the crontab format…

  • m - minute
  • h - hour
  • dom - day of month
  • mon - month
  • dow - day of week