摘要: 一、编辑、查看 crontab -u root -e crontab -l systemctl status crontab 二、配置 0 2 * * * /usr/bin/backup_script.sh #!/bin/bash * * * * * /opt/backup_script.sh 0 阅读全文
posted @ 2025-02-11 15:11 windlog 阅读(65) 评论(0) 推荐(0)