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