Cron
Cron is the scheduler of Unix/Linux that runs tasks at fixed times. Configuration lives in crontab files: */30 * * * * command runs a command every 30 minutes. Cron jobs are ideal for backups, updates and regular reports.
Cron is the scheduler of Unix/Linux that runs tasks at fixed times. Configuration lives in crontab files: */30 * * * * command runs a command every 30 minutes. Cron jobs are ideal for backups, updates and regular reports.