Logrotate
return to DevUbuntuSample Config (replace CAPS):
~/PROJECT/logs/*.log {
daily
rotate 30
compress
delaycompress
create 640 USER GROUP
}To check disk space (source):
$ du -ks * | sort -nr | cut -f2 | xargs -d '\n' du -sh
References
http://www.linuxconfig.org/Logrotatehttp://linux.die.net/man/8/logrotate
http://www.debian-administration.org/articles/117
[There are no comments on this page]