/[Frey]/trunk/bin/clean-var.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/bin/clean-var.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 660 - (show annotations)
Mon Dec 1 22:28:18 2008 UTC (15 years, 3 months ago) by dpavlin
File MIME type: application/x-sh
File size: 109 byte(s)
script to cleanup logs and INC dumps which are collected on
each request
1 #!/bin/sh
2
3 find var/log/ -mtime +1 -exec rm -v {} \;
4 find var/INC/ -mtime +1 -exec rm -v {} \;
5 du -kcs var/*

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26