Files
yanue-nginx-lua-GraphicsMagick/crontab.sh

3 lines
146 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 凌晨2点执行查找目录下面7天内没有被访问的文件并删除释放空间
0 2 * * * find /tmp/thumb -atime -7 | xargs rm -rf