summaryrefslogtreecommitdiff
path: root/bacula.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'bacula.logrotate')
-rw-r--r--bacula.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/bacula.logrotate b/bacula.logrotate
new file mode 100644
index 0000000..c14fede
--- /dev/null
+++ b/bacula.logrotate
@@ -0,0 +1,9 @@
+# Bacula logrotate script
+
+/var/log/bacula/*.log {
+ monthly
+ rotate 4
+ notifempty
+ missingok
+}
+