bacula/SOURCES/bacula.logrotate

10 lines
108 B
Plaintext
Raw Normal View History

2019-08-01 20:50:56 +00:00
# Bacula logrotate script
/var/log/bacula/*.log {
monthly
rotate 4
notifempty
missingok
}