etc/mirrors.d/50-distorted: Mirror of FTP archive on telecaster.
[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 }