summaryrefslogtreecommitdiffstats
path: root/debian/logrotate.conf.rsync
blob: d15fc71301c87bd2bbd43eb467e7f232964336dd (plain)
1
2
3
4
5
6
7
8
/var/log/rsyncd.log {
	weekly
	rotate 99
	missingok
	notifempty
	compress
	delaycompress
}