1

Topic: Stop MySQL Backup Daily Emails

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.8 MARIADB edition
- Deployed with iRedMail Easy or the downloadable installer? installer
- Linux/BSD distribution name and version: Ubuntu server 20.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro?No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I just want to know what cron file to edit for the MySQL backups.  I do not need an email everyday about it.

I don't want to turn backups off, but remove the send email part.

Thank you.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Stop MySQL Backup Daily Emails

Append "> /dev/null" (without quotes) to backup command in root user's cron job. If no output generated, cron daemon will not send an email to root user.

3

Re: Stop MySQL Backup Daily Emails

ZhangHuangbin wrote:

Append "> /dev/null" (without quotes) to backup command in root user's cron job. If no output generated, cron daemon will not send an email to root user.


I don't see a backup command, only cleanup.  I looked before I posted this.

Post's attachments

cron.png 112.17 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

4

Re: Stop MySQL Backup Daily Emails

ZhangHuangbin wrote:

Append "> /dev/null" (without quotes) to backup command in root user's cron job. If no output generated, cron daemon will not send an email to root user.

Can you tell me which job specifically?  Most of the those go to null already.