cron

Working With Systemd Timers

Systemd Timers for Backups: Systemd offers a robust alternative to cron for scheduling tasks, solving issues like missed runs if the system is down. To create a backup timer, define .timer and .service files in /etc/systemd/system, specifying timer frequency with OnCalendar and whether the timer is persistent. Install and enable the timer with systemctl enable backup.timer. The service file includes the backup command and allows for executing pre/post commands for notifications on the backup status. Use systemctl commands to manage and check the status of timers and services.

https://yieldcode.blog/post/working-with-systemd-timers/

Reliable Cron Job Service – FastCron

FastCron: Reliable online cron job service for managing tasks across multiple sites. Offers free and paid plans, team collaboration, customizable options, automation, and notifications via email and other channels. Over 8,000 developers use it for various tasks. Start with a free account; upgrade options available.

https://www.fastcron.com/

Crontap – Schedule Recurring API Calls

Crontap schedules API calls using cron or human-readable syntax, integrating with thousands of apps via Zapier or Make. It offers features like timezone settings, header and payload management, instant testing, error tracking, and historical logs. Ideal for developers, Sysadmins, and business owners, it's useful for automated backups, maintenance, monitoring, payments, reminders, and more. Sign up for free, no credit card required.

https://crontap.com/

Scroll to Top