All Questions
1 question
0
votes
0
answers
66
views
Cron job sends output for shell scripts but no for mysqldumps - Via Nullmailer
I currently have two cron jobs in a server. One for a shell scrpit and another for a mysqldump.
Example:
43 16 * * * /var/backups_scripts/backups
46 16 * * * /usr/bin/mysqldump --login-path=bds-server ...