Hello,
I'm looking to add my bacula log file to the logrotate cron. An example file isn't in my scripts directory, but searching on the internet has show that it's not too hard. The one question I do have is do I need a postrotate line to bounce the bacula process? How does the log get zeroed out and start a new one?
/var/log/bacula.log {
monthly
rotate 7
notifempty
compress
create 640 root root
}
Will this work?
Thanks --Kenny
