bacula/bacula.logrotate

10 lines
108 B
Plaintext
Raw Normal View History

2007-07-24 20:11:04 +00:00
# Bacula logrotate script
/var/log/bacula/*.log {
monthly
rotate 4
notifempty
missingok
}