DEV Community

Please Help me out on Bash script CRON

Mahfuz Shaikh on November 06, 2018

Hey folks how are you doing. Need a help. I have a bash script to backup MySQL databases, that runs on a daily cronjob. Everything is working fin...
Collapse
 
mah3uz profile image
Mahfuz Shaikh • Edited

Though it's working, I am curious if those work on cron

which mysql
which mysqldump
which gzip

why which aws this is not working, I mean what I am missing?
aws is on /usr/local/bin/aws

 
mah3uz profile image
Mahfuz Shaikh

Yeah, it's complicated but you explain well thanks a lot.

Collapse
 
mah3uz profile image
Mahfuz Shaikh

Thank you so much @imadityang its work. You save my day.