just add >/dev/null 2>&1 to yout cron command to receive no mail after the execution.
00 00 * * * root cd && ./dbbackup.sh >/dev/null 2>&1
just add >/dev/null 2>&1 to yout cron command to receive no mail after the execution.
00 00 * * * root cd && ./dbbackup.sh >/dev/null 2>&1