]> TLD Linux GIT Repositories - packages/bacula.git/blob - bacula.logrotate
- missing patch
[packages/bacula.git] / bacula.logrotate
1 #
2 # If you are appending to a log file (default), to
3 #   have your log file compressed, rotated, and after a time
4 #   deleted, after possibly editing the values below,     
5 #   copy this file to:
6 #
7 #      /etc/logrotate.d/bacula
8 #
9 /var/lib/bacula/log {
10         su root bacula
11         monthly
12         rotate 5
13         notifempty
14         missingok
15 }