I checked on internet , this might be a common problem, but I dont know how to solve it, all things that they said are not my case...
The cron is running, I checked, still, I have no log files (at least not in var/log) , I am using Debian 6, my .sh works great, I try it manually but in the cron does not work...
here is my cron code (I use crontab -e and later I restart cron service,even if I think its not necessary..)
14 12 * * * /root/mysqldump.sh > /root/MySQLdump.log
the time its just a test I did some minutes ago... when I try it manually the mysqldump.sh works great, but not at the cron... any other idea?
by the way, what does the 2>&1 do??
Thanks in advance
EDIT:
I enable cron log, and now I checked my log file, it is something like this
Feb 11 13:05:01 myserver /USR/SBIN/CRON[5652]: (root) CMD ("/home/dump/sqldump.sh")
but just that, nothing more...