mirror of
https://github.com/yanue/nginx-lua-GraphicsMagick.git
synced 2025-11-26 23:35:33 +08:00
定时任务凌晨清除7天内未访问的图片,节省空间。
This commit is contained in:
2
crontab.sh
Normal file
2
crontab.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
# 凌晨2点执行,查找目录下面7天内没有被访问的文件并删除,释放空间
|
||||
0 2 * * * find /tmp/thumb -atime -7 | xargs rm -rf
|
||||
Reference in New Issue
Block a user