#
# 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/bacula.log {
     monthly
     rotate 12
     notifempty
     missingok
     su bacula bacula
     compress
     dateext
}
