Package: rsync Version: 2.6.9-2 Severity: wishlist
Please add a logrotate script to the rsync package, at least as an example. Attached is such a script,intended to be installed as /etc/logrotate.d/rsync.
/var/log/rsyncd.log {
weekly
rotate 99
missingok
notifempty
compress
delaycompress
}

