bacula/bacula.logrotate

10 lines
108 B
Plaintext
Raw Normal View History

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