]> git.sur5r.net Git - bacula/bacula/commitdiff
Add logrotate.in file
authorKern Sibbald <kern@sibbald.com>
Sat, 1 Feb 2003 22:37:36 +0000 (22:37 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 1 Feb 2003 22:37:36 +0000 (22:37 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@333 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/scripts/logrotate.in [new file with mode: 0644]

diff --git a/bacula/scripts/logrotate.in b/bacula/scripts/logrotate.in
new file mode 100644 (file)
index 0000000..a390d86
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# 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
+#
+@working_dir@/log {
+    monthly
+    rotate 5
+    notifempty
+    missingok
+}