为什么 crontab 对我不起作用?(Ubuntu 11.04)

为什么 crontab 对我不起作用?(Ubuntu 11.04)

我无法运行 crontab 作业。我检查了 /var/log/syslog,但计划的作业不在那里。我使用以下命令编辑了作业

sudo crontab -e

所以它们是为 root 创建的。

我的工作内容如下:

15 0 * * * /opt/scripts/programs/maintenance profile web_sites_backup
30 0 */3 * * /opt/scripts/programs/maintenance profile web_server_backup 
01 0 * * 0,4 /opt/scripts/programs/maintenance profile full_backup

我做错了什么?

相关内容