Back in the glory days of cron, I was able to execute a command every 5 minutes, indefinitely, but also I could turn it off whenever I wanted. cron was super easy to use. Then Apple decided cron was bad idea and replaced it with something super complicated and ridiculous. Does anyone know how execute a bash script every 5 minutes in the new macOS? I'm trying to backup office data to Git on my NAS. My office suite allows the ability to create Flat ODF (git friendly) for everything. And the office app does have autosave, so I just capture everything, commit and push to Git. The office app has poor version control, so I'm making my own. It's worked in the past.
Last edited: