Skip to content

Commit

Permalink
logrotate all logfiles named bareos*.log
Browse files Browse the repository at this point in the history
not only bareos.log.
This will include bareos-audit.log (defined in the default configuration)
and possible other logfiles, that come in the future.
Time to keep logfiles increased from 5 to 6 month, to cover half a year.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Feb 17, 2015
1 parent e156f34 commit 012e323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/logrotate.in
Expand Up @@ -6,9 +6,9 @@
#
# /etc/logrotate.d/bareos
#
@logdir@/bareos.log {
@logdir@/bareos*.log {
monthly
rotate 5
rotate 6
notifempty
missingok
}

0 comments on commit 012e323

Please sign in to comment.