bacula/bacula.logrotate

10 lines
157 B
Plaintext
Raw Normal View History

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