导出和导入定时任务 作者: 张志强 , 发表于 2020-07-21 , 共 71 字 , 共阅读 0 导出: crontab -l > /tmp/crontab 导入(会清空已有的任务): crontab /tmp/crontab Q. E. D.