From 6d23b443cf3a969b0d95d6d279cad1c6c99c9ca8 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 13:01:59 +0000 Subject: automatic import of bacula --- bacula.logrotate | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bacula.logrotate (limited to 'bacula.logrotate') 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 +} + -- cgit v1.2.3