bacula/SOURCES/bacula.logrotate

10 lines
108 B
Plaintext
Raw Permalink Normal View History

2022-05-17 09:04:33 +00:00
# Bacula logrotate script
/var/log/bacula/*.log {
monthly
rotate 4
notifempty
missingok
}