bacula/SOURCES/bacula.logrotate
2021-10-08 09:52:34 +00:00

10 lines
108 B
Plaintext

# Bacula logrotate script
/var/log/bacula/*.log {
monthly
rotate 4
notifempty
missingok
}