One of the bigger self-induced headaches of moving to a new computer was getting passwordless login to my server working properly. Only after getting rid of all the remnants of my former existence as a User with the same name did this finally become possible. That cleared the way to a slightly smaller headache; restoring to good health the various scripts that copy various thing from my server to a local machine.
I used to use cron
to do this, even though Apple had deprecated cron
some little while ago. I had seven little scripts, each of which cron
recited at the requisite interval, and everything was good, but even after login was working just fine, cron
wasn’t. I got no joy from cron
itself and logs, nor from a fancy-dancy thing called cronitor. I had, a while back, looked at Apple's alternative launchd
, and deemed it too difficult. But needs must.
There’s more ➢