Log In
rpms
/
bacula
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Blame SOURCES/bacula.logrotate
Branch:
7af95ab6edae5e579fe8dd8b1e097a08974807ca
c4
c5
c5-plus
c6
c6-plus
c7
c7-aarch64
c7-beta
c8
c8-beta
c8s
c9
c9-beta
7af95ab6edae5e579fe8dd8b1e097a08974807ca
SOURCES
bacula.logrotate
Blob
History
Raw
2785c5
# Bacula logrotate script
2785c5
2785c5
/var/log/bacula/*.log {
2785c5
monthly
2785c5
rotate 4
2785c5
notifempty
2785c5
missingok
2785c5
}
2785c5