chiark / gitweb /
etc/post-mirror.d/worldofspectrum: Maintain an unzipped tree in parallel.
[mirror-admin] / etc / logrotate.conf
1 ### -*-conf-*-
2 ###
3 ### Log rotation configuration for mirrors.
4
5 /var/lib/mirror/log/*.log {
6         compress
7         rotate 8
8         notifempty
9         weekly
10         create 0644
11 }