MOON
Server: Apache
System: Linux srvsg2.lunchactually.com 3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64
User: gldblog (1018)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //etc/cron.d/backup_jobs_helper
# /etc/cron.d/backup_jobs_helper: cron job for Comet backup jobs processing
#
# This cron job runs the backup_jobs_helper script every 5 minutes to check for
# and execute any scheduled backup jobs that are due to run.
#
# The script is part of the Comet backup plugin for cPanel/WHM
#
# Format: minute hour day month dow user command

# Run backup jobs helper every 5 minutes
# (umask is set inside the script; do not duplicate it here)
*/5 * * * * root /usr/local/cpanel/scripts/backup_jobs_helper >> /var/log/comet_backup_jobs_helper.log 2>&1