Hello
@webservers,
It seems like this might be an issue with the backup cron job if the backups generate properly when invoking
/usr/local/cpanel/bin/backup via the command line. You can run the following command via SSH as 'root" to verify the backup cron jobs are configured:
The output should look like this:
Code:
# crontab -l|grep backup
0 1 * * * /usr/local/cpanel/scripts/cpbackup
0 2 * * * /usr/local/cpanel/bin/backup
You may also want to verify the
crond service is running via a command such as:
The output should resemble this:
Code:
# ps aux|grep crond
root 27016 0.0 0.0 114980 980 ? Ss 19:35 0:00 crond
root 27019 0.0 0.0 103312 876 pts/0 S+ 19:35 0:00 grep crond
If it's not running, you can restart it via the following command:
Code:
/scripts/restartsrv_crond
I encourage you to open a support ticket using the link in my signature if the above solutions are unhelpful so we can take a closer look. You can post the ticket number here and I will update this thread with the outcome.
Thank you.