摘要:
20个超实用的Crontab使用实例 每天 02:00 执行任务 0 2 * * * /bin/sh backup.sh 每天 5:00和17:00执行任务 0 5,17 * * * /scripts/script.sh 每分钟执行一次任务 通常情况下,我们并没有每分钟都需要执行的脚本(默默的想到了 阅读全文
posted @ 2018-05-09 16:00
会飞的小虫子
阅读(232)
评论(0)
推荐(0)
摘要:
/usr/bin/mysqlbinlog --base64-output=DECODE-ROWS -v /webdata/mysql-bin.000051 >/webdata/mysql-log1.txt 阅读全文
posted @ 2018-05-09 09:02
会飞的小虫子
阅读(349)
评论(0)
推荐(0)