时间:2021-07-01 10:21:17 帮助过:4人阅读
服务管理
service crond start //启动服务 service crond stop //关闭服务 service crond restart //重启服务 service crond reload //重新载入配置 service crond status //查看crontab服务状态
加入开机自启
chkconfig crond on
(1)设定定时任务:
crontab -e 编写定时任务表达式
例如:
1 */3 * * * /wocloud/shell/fileBackupsScript.sh &>/wocloud/shell/fileBackupsLogs/fileBackupsEcho_`date +\%Y-\%m-\%d-\%H-\%M-\%S`.txt 2>&1
定时表达式+脚本绝对路径+脚本打印信息日志输出绝对路径(一定要有日志输出记录,方便以后进行查看)
(2)重新启动crond
service crond restart;
Shell脚本使用汇总整理——mysql数据库5.7.8以前备份脚本
标签:天前 配置文件的路径 bar res nbsp 详情 The kconfig 服务