We are currently migrating from an old OS X server to a new IBM installation using Red Hat Enterprise. The old system ran a PHP script on schedule (7:30 every morning) to receive files from an FTP server.
My problem: I cannot understand how this was planned. I checked Cron Jobs, but there is nothing there (using the terminal $ chrontab -l).
What other common schedulers are available for OS X / BSD? I also checked launchd, but this is not a scheduler either.
The server is running:
OS X Snow Leopard Server 10.6.8
source
share