I've created cron jobs for this and it sure works, but now I've heard it's better to move the password in that file to another file and instead of wring the password in the cron script point to this separate file.
Why is that more secure?
They say, you can make that file non readable to non root users.
I say, so... I can do that with the cron script file too.
I don't get it? What's the difference?


