download / rsyncd logrotate: compress log weekly

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-07-29 16:43:59 -07:00
parent 9a22870dd7
commit c05160fede

View File

@@ -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
}