I\'m trying to add a cronjob in the crontab (ubuntu server) that backups the mysql db.
Executing the script in the terminal as root works well, but inserted in the c
You might also need to restart the service to load any of your changes.
service cron restart
or
/etc/init.d/cron restart