#
# 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/bareos
#
/var/log/bareos/bareos*.log {
    monthly
    rotate 6
    notifempty
    missingok
    su bareos bareos
}
