40 lines
1.7 KiB
Plaintext
40 lines
1.7 KiB
Plaintext
# Edit this file to introduce tasks to be run by cron.
|
|
#
|
|
# Each task to run has to be defined through a single line
|
|
# indicating with different fields when the task will be run
|
|
# and what command to run for the task
|
|
#
|
|
# To define the time you can provide concrete values for
|
|
# minute (m), hour (h), day of month (dom), month (mon),
|
|
# and day of week (dow) or use '*' in these fields (for 'any').#
|
|
# Notice that tasks will be started based on the cron's system
|
|
# daemon's notion of time and timezones.
|
|
#
|
|
# Output of the crontab jobs (including errors) is sent through
|
|
# email to the user the crontab file belongs to (unless redirected).
|
|
#
|
|
# For example, you can run a backup of all your user accounts
|
|
# at 5 a.m every week with:
|
|
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/
|
|
#
|
|
# For more information see the manual pages of crontab(5) and cron(8)
|
|
#
|
|
# m h dom mon dow command
|
|
@reboot ping -i 15 10.243.26.59
|
|
01 00 * * * php /root/votian_admin/do_bzip2.php
|
|
#00 02 * * * php /root/votian_admin/do_rsync.php
|
|
00 03 * * 6 /root/certbot/certbot-auto renew --text >> /root/certbot/certbot-cron.log && service apache2 reload
|
|
15 03 * * * /sbin/handle_log
|
|
*/5 * * * * /root/votian_admin/do_rsync
|
|
*/5 * * * * php /root/votian_admin/mysql_status.php
|
|
*/15 * * * * /root/votian_admin/do_cron_monitor_replication
|
|
10 05 * * * /root/votian_admin/do_cron_soap_1
|
|
20 05 * * * /root/votian_admin/do_cron_soap_0
|
|
*/30 * * * * /root/votian_admin/do_auto_logout_by_autorevokes
|
|
15 02 * * * /root/votian_admin/do_cron_vht_dispo_days_HHA
|
|
00 04 * * 1-5 /root/votian_admin/do_cron_STB_MAILS
|
|
45 20 * * * /root/votian_admin/do_cron_export_SB
|
|
30 04 * * * /root/votian_admin/do_cron_export_HHA
|
|
40 09 * * * /root/votian_admin/do_cron_special_HHA
|
|
|