/var/log/e2guardian/*.log {
	rotate 4
	weekly
	missingok
	notifempty
	nocreate
	nocopy
	nocopytruncate
	compress

	postrotate
		/usr/bin/e2guardian -r
	endscript
}

