How to schedule task with crontab

I’m keeping notes in simple text files. Imho, this is a straightforward solution that I can control. I need to be able to version my changes and to keep backup as well. For that, I’m using git. But I have to make commits and push changes periodically. I’m delegating this simple, dull, and repetitive toil to the crontab. Crontab ..is a file used by cron. It is a time-based job scheduler available in Unix-like OS....

February 15, 2021 · 2 min · Robert Nemet