File: //tmp/crontab_backup.txt
#
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
# CRM Automazioni
# Each task to run has to be defined through a single line
# Edit this file to introduce tasks to be run by cron.
# For example, you can run a backup of all your user accounts
# For more information see the manual pages of crontab(5) and cron(8)
# Notice that tasks will be started based on the cron's system
# Output of the crontab jobs (including errors) is sent through
# To define the time you can provide concrete values for
# and day of week (dow) or use '*' in these fields (for 'any').
# and what command to run for the task
# at 5 a.m every week with:
# daemon's notion of time and timezones.
# email to the user the crontab file belongs to (unless redirected).
# indicating with different fields when the task will be run
# m h dom mon dow command
# minute (m), hour (h), day of month (dom), month (mon),
* * * * * /usr/bin/php /home/navarrosistemi/navarrosistemi/cron_notifications.php
* * * * * /usr/bin/php /var/www/crm01/public/cron/process_automations.php >> /var/www/crm01/public/logs/cron_automations.log 2>&1
* * * * * /usr/bin/php /var/www/crm01/public/cron/scheduled_jobs.php >> /var/www/crm01/public/logs/cron_jobs.log 2>&1
0 8 * * * /usr/bin/php /var/www/crm01/public/cron/birthdays.php >> /var/www/crm01/public/logs/cron_birthdays.log 2>&1
0 23 * * * "/home/ubuntu/.acme.sh"/acme.sh --cron --home "/home/ubuntu/.acme.sh" > /dev/null
* * * * * /usr/bin/php /home/navarrosistemi/navarrosistemi/cron_caldav_pull.php >> /home/navarrosistemi/caldav-sync.log 2>&1