#
# 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/log/bacula/log {
    monthly
    rotate 5
    notifempty
    missingok
}
