about summary refs log tree commit diff
path: root/etc/logrotate.d/rsyncd
blob: ec8a98284e23982942b4593776572cfa788a2144 (plain) (blame)
1
2
3
4
5
6
7
8
9
/var/log/rsync.log {
	compress
	maxage 365
	rotate 7
	size 1024k
	notifempty
	missingok
	copytruncate
}

Consider giving Nix/NixOS a try! <3