Hi There,
I'll be very happy if someone can give me a clear/simple solution for my issue.
I configured daily backups from whm interface.
And I setup a cron job in crontab to run the backup job at 1.30am.
I also configured email as given below. Backups run at 1.30AM as setup and I receive the email as I setup as below. My Problem is the emil body is blank. In the words, I want the backup log file to be emailed after the backup is done. Can someone help me to put a line or something to get the backup outlook log file emailed instead of the blank email? Following is my current config ?
30 1 * * * /usr/local/cpanel/scripts/cpbackup | mail -s "Daily Backup Completed" [email protected]
40 4 * 7 * /scripts/upcp
I also tried the following method and still no luck in getting the output log file emailed.
[email protected]
30 1 * * * /usr/local/cpanel/scripts/cpbackup
My OS is Centos
Thanks
I'll be very happy if someone can give me a clear/simple solution for my issue.
I configured daily backups from whm interface.
And I setup a cron job in crontab to run the backup job at 1.30am.
I also configured email as given below. Backups run at 1.30AM as setup and I receive the email as I setup as below. My Problem is the emil body is blank. In the words, I want the backup log file to be emailed after the backup is done. Can someone help me to put a line or something to get the backup outlook log file emailed instead of the blank email? Following is my current config ?
30 1 * * * /usr/local/cpanel/scripts/cpbackup | mail -s "Daily Backup Completed" [email protected]
40 4 * 7 * /scripts/upcp
I also tried the following method and still no luck in getting the output log file emailed.
[email protected]
30 1 * * * /usr/local/cpanel/scripts/cpbackup
My OS is Centos
Thanks