bacula/bacula.logrotate

10 lines
150 B
Plaintext
Raw Normal View History

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