8月 30 2007

plaggerのキャッシュ消したり

Published by admin at 1:26:26 under tech

サーバの /usr が disk full と言われたので整理してたら、plagger のキャッシュディレクトリ(plagger/cache)、約一年分で2Gオーバーになってました。

$ find plagger/cache/cache -type f -mtime +9w -exec rm -f \{\} \;

とかしてちょっと古いものは削除。cron で回したりは今のところせずに気づいたら消しとくというメモ。

Trackback URI | Comments RSS

Leave a Reply