Running Commands or Scripts on the Mac Every Day
I used the following tip to run an rsync backup command on the Mac Mini file server:
If you wanted to be extra cautious, you could create a file called "daily.local" (without the quotes, but with the period), and add the command to that and place it in:CODE/etc/periodic/daily/You would need to make it executable, so would have to run the commandCODEchmod 555 daily.local
Comments