#
# Copyright (C) 2000-2022 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
#
# If you are appending to a log file (default), to
#   have your log file compressed, rotated, and after a time
#   deleted, after possibly editing the values below,	  
#   copy this file to:
#
#      /etc/logrotate.d/bacula
#
/var/lib/bacula/bacula.log {
    monthly
    rotate 5
    notifempty
    missingok
}
