Displaying 1 result from an estimated 1 matches for "4aj".
Did you mean:
4a
2012 Aug 30
1
[Whenever gem]What is the reason that linux's cron can't automatic running?
OS : Ubuntu 12.04
Now I use Backup <https://github.com/meskyanichi/backup> and Whenever<https://github.com/javan/whenever> gem
to backup my database.
When I run backup perform -t my_backup ,I can works.
But when I check the task crontab -l ,it as this:
0 22 * * * /bin/bash -l -c ''backup perform -t my_backup''
Run cat /etc/crontab to check my cron configuration