]> git.sur5r.net Git - bacula/bacula/blob - bacula/scripts/logrotate.in
crypto: remove most of OpenSSL initcallbacks for 1.1
[bacula/bacula] / bacula / scripts / logrotate.in
1 #
2 # Copyright (C) 2000-2016 Kern Sibbald
3 # License: BSD 2-Clause; see file LICENSE-FOSS
4 #
5 #
6 # If you are appending to a log file (default), to
7 #   have your log file compressed, rotated, and after a time
8 #   deleted, after possibly editing the values below,     
9 #   copy this file to:
10 #
11 #      /etc/logrotate.d/bacula
12 #
13 @logdir@/bacula.log {
14     monthly
15     rotate 5
16     notifempty
17     missingok
18 }