linux之shell综合例子之定时任务

crontab -e:

输入:

10 2 * * * /usr/sbin/mysql_db_backup.sh
原文地址:https://www.cnblogs.com/xiximayou/p/12371922.html