An email is sent every 15 minutes when creating a schedule backup job on VSRL
book
Article ID: 100044724
calendar_today
Updated On:
Description
Error Message
You have mail in /var/spool/mail/root.
Resolution
To restrict sending the mail from Cron Daemon to root every 15 minutes, please perform the following workaround.
Workaround:
- Lon on as root.
- Run "crontab -e".
NOTE: vi Editor is opened by running "crontab -e".
- Add ">/dev/null 2>&1" to the end of "*/15 * * * * /usr/sbin/symsr -processjob -format quiet" line. (See Figure 1)
Figure 1

- Save. (See Figure 2)
Figure 2

Issue/Introduction
An email is sent from Cron Daemon to root every 15 minutes when creating a schedule backup job on Veritas System Recovery Linux Edition (VSRL).
Was this article helpful?
thumb_up
Yes
thumb_down
No