mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-13 19:31:00 +08:00
download / rsyncd logrotate: compress log weekly
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
/var/log/rsyncd-fedora.log {
|
||||
monthly
|
||||
rotate 4
|
||||
notifempty
|
||||
weekly
|
||||
rotate 8
|
||||
missingok
|
||||
ifempty
|
||||
compress
|
||||
compresscmd /usr/bin/xz
|
||||
uncompresscmd /usr/bin/xz
|
||||
compressext .xz
|
||||
dateext
|
||||
copytruncate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user