在/usr/syno/bin/ 下建立sh腳本,例如clean.sh
sudo chmod +x clean.shide
find /volume1/shareDoc/TestLog/ -type f -name '星號PASS星號' -delete -print
find /volume1/shareDoc/TestLog/ -type f -mtime +90 -delete -print
find /volume1/shareDoc/TestLog/ -type d -empty -deleterest
而後添加到/etc/crontab 文件中
blog
而後須要重啓crontab服務:
synoservice -restart crond
synoservice -status crondcrontab