summaryrefslogtreecommitdiff
path: root/bacula.logrotate
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 13:01:59 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 13:01:59 +0000
commit6d23b443cf3a969b0d95d6d279cad1c6c99c9ca8 (patch)
tree6698599f4bee70e05a8804ba9c97c074fe79ad5c /bacula.logrotate
parente3f3133899f9de6df6fd0be1accc9d925b04ae17 (diff)
automatic import of baculaopeneuler24.03_LTSopeneuler23.09
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
+}
+