Re: [squid-users] access.log

From: Firas A. Mubarak <mubarak316@dont-contact.us>
Date: Sat, 23 Jun 2007 01:33:36 +0300

Thats also good, but how to do this ?
thnx
Firas
----- Original Message -----
From: "Fernando Rodriguez" <frod@aitelecom.net>
To: "'Firas A. Mubarak'" <mubarak316@gmail.com>;
<squid-users@squid-cache.org>
Sent: Saturday, June 23, 2007 1:27 AM
Subject: RE: [squid-users] access.log

Instead of moving only the file you can change the name using the same cron
so the name of the file will be access.log-day-month-year-hour-minute

---------------------------
Fernando Rodriguez

-----Mensaje original-----
De: Firas A. Mubarak [mailto:mubarak316@gmail.com]
Enviado el: miércoles, 20 de junio de 2007 01:19 p.m.
Para: Fernando Rodriguez; squid-users@squid-cache.org
Asunto: Re: [squid-users] access.log

this is a very good idea i likd it thank you very much, but once it rotate
it just overwrite the previous log file.
i want to keep all the access.log files stored for 6 momths .
any ideas ?

thnx

----- Original Message -----
From: "Fernando Rodriguez" <frod@aitelecom.net>
To: "'Firas A. Mubarak'" <mubarak316@gmail.com>;
<squid-users@squid-cache.org>
Sent: Wednesday, June 20, 2007 5:29 PM
Subject: RE: [squid-users] access.log

I made a litle shell script that does that but instead of ftp y rsync to
another server whare the file is processed

I use centos 4 so I created an entry in crontab where I run this every 8
minutes

#!/bin/bash
rsync /var/log/squid/access.log -e ssh webcache1@192.168.3.17:webcache1.log
cat /dev/null > /var/log/squid/access.log
squid -k rotate

Hope this helps

---------------------------
Fernando Rodriguez

-----Mensaje original-----
De: Firas A. Mubarak [mailto:mubarak316@gmail.com]
Enviado el: miércoles, 20 de junio de 2007 09:24 a.m.
Para: squid-users@squid-cache.org
Asunto: [squid-users] access.log

Dear All,

I have to store my access.log files for 6 months. i need to log rotate the
file every 6 hours and then get it uploaded to a local FTP server
automatically.

any ideas ?

Thanks
Firas
Received on Fri Jun 22 2007 - 16:33:47 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Jul 01 2007 - 12:00:04 MDT