bacula/SOURCES/bacula.logrotate
2021-09-09 14:58:19 +00:00

10 lines
108 B
Plaintext

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