bacula/bacula.logrotate

10 lines
130 B
Plaintext
Raw Normal View History

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