diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:37:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:37:59 +0000 |
commit | 2856c59c736ba931b8f915b071f467dba595716b (patch) | |
tree | 6698599f4bee70e05a8804ba9c97c074fe79ad5c /bacula.logrotate | |
parent | 501bbe0d8edc80c2dc5a176b12c06c17de7b7d46 (diff) |
automatic import of baculaopeneuler24.03_LTS
Diffstat (limited to 'bacula.logrotate')
-rw-r--r-- | bacula.logrotate | 9 |
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 +} + |