Hi All,<div><br></div><div>How can it be done it logrotate configuration that I wanted to have the logs in six (6) month retention period? I have the following logs and directories of mysql.</div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div>
[hostname]# ls /var/log/mysql/</div><div>2010.05.01/general.log</div><div>2010.05.01/error.log<br>2010.05.02/general.log</div><div>2010.05.02/error.log</div><div>2010.05.03/general.log</div><div>2010.05.03/error.log</div>
<div><br></div><div>Is it possible that the output after doing logrotate could be like the below sample. All compressed logs will be keep until 6 months only. I know there is man page / docs in internet but I can't get the exact configuration to use.</div>
<div><br></div><div>[hostname]# ls /var/log/mysql/</div><div>2010.05.01.gz</div><div>2010.05.02.gz</div><div>2010.05.03.gz</div><div>2010.05.27/general.log</div><div>2010.05.27/report.log</div><div><br></div><div>Thank you.</div>
<div><br></div><div>Regards,</div><div>James</div></span></div>