bacula/SOURCES/bacula.logrotate

10 lines
108 B
Plaintext
Raw Permalink Normal View History

2019-05-07 09:20:14 +00:00
# Bacula logrotate script
/var/log/bacula/*.log {
monthly
rotate 4
notifempty
missingok
}