码迷,mamicode.com
首页 > 其他好文 > 详细

[QNAP crontab 定時執行程式

时间:2018-02-22 17:12:01      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:home   conf   res   root   tar   star   nta   art   更新   

注意要自動執行的 sh 檔不要放在 /root 裡, 不然韌體更新後檔案會不見, 要放在個人帳號的資料夾,例如 /share/homes/帳號/


QNAP 的 crontab 放在 /etc/config/crontab
#vi /etc/config/crontab
例如要每日5:00執行 backup.sh 的話,加上這行
00 5 * * * /share/homes/帳號/backup.sh
存檔

套用設定
#crontab /etc/config/crontab

重啟 crontab
/etc/init.d/crond.sh restart

[QNAP crontab 定時執行程式

标签:home   conf   res   root   tar   star   nta   art   更新   

原文地址:https://www.cnblogs.com/k98091518/p/8458362.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!