Cron job scheduling, crontab syntax, and automation.
Set up automatic Odoo backups that include the PostgreSQL database and filestore. This guide covers validation, retention, cron scheduling, off-site copies, and restore testing.
Run cron every 5 minutes with */5 * * * *. This guide also covers 10 and 15-minute crontab expressions, testing, logging, and overlap prevention.
View and list all cron jobs on Linux: user crontabs with crontab -l, system jobs in /etc/crontab and /etc/cron.d, and systemd timers.
Cron is a Linux scheduling daemon that runs tasks at defined intervals. This guide explains crontab syntax, operators, predefined macros, environment variables, and practical scheduling examples.