Skip to content

Commit 265d781

Browse files
committed
定时任务凌晨清除7天内未访问的图片,节省空间。
1 parent a0b228a commit 265d781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crontab.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 凌晨2点执行,查找目录下面7天内没有被访问的文件并删除,释放空间
2+
0 2 * * * find /tmp/thumb -atime -7 | xargs rm -rf

0 commit comments

Comments
 (0)