/var/log/squid/[asc]*.log {
	olddir /var/log/archiv/squid
	weekly
	rotate 4
	compress
	create 660 root squid
	postrotate
		# signal Squid to restart logging with the new files
		/usr/sbin/squid -k rotate
	endscript
}
