view common/logrotate-trac @ 378:d539c21143bb

Get more specific with extracting Yum update list The regex would still return some additional values or blank lines. The new regex has been checked against both "yum check-update" and "yum list" and matches all currently installed version strings (including weird Git ones)
author IBBoard <dev@ibboard.co.uk>
date Wed, 29 Sep 2021 20:25:44 +0100
parents 600b3bfb5484
children
line wrap: on
line source

/srv/trac/projects/*/log/trac.log {
	weekly
	rotate 7
	missingok
	create 640 apache apache
	compress
	su apache apache
}