Log In
rpms
/
bacula
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Blame SOURCES/bacula.logrotate
Branch:
2785c5bf1b3f74faecb77c648cd3f64173b2ba8a
c4
c5
c5-plus
c6
c6-plus
c7
c7-aarch64
c7-beta
c8
c8-beta
c8s
c9
c9-beta
2785c5bf1b3f74faecb77c648cd3f64173b2ba8a
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