Re: Logrotate - daily log files for a month

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mikkel L. Ellertson wrote:
This can be changed - either change the entry in /etc/crontab, or
remove logrotate from /etc/cron.daily and put an entry in
/etc/cron.d to run it at 12:01 or something like that.
Doesn't quite work for me. I have SARG generate daily reports for my
proxy usage and if logrotate happens before the SARG process is started,
then it generates reports from what is currently in access.log, ie. it's
doesn't fetch data from the rotated logs. Other utilities for log
analysis may behave differently.

Well, you could run a daily cron job that pulls everything with
yesterday's date out of the log and the rotated log, and puts the
results in a file with the correct date as part of the name. Or, if
you want to archive the entire month in one file, append the output
to a fine. Then have a monthly job that renames the file to the
correct mouth and year, and create a new, empty file to collect the
next month's job. That way, the daily cron job doesn't have to know
the month.

The possibilities are endless. :-)

--
Regards,
विवेक ज. पाटणकर (Vivek J. Patankar)

Registered Linux User #374218
Fedora release 7 (Moonshine)
Linux 2.6.22.1-33.fc7 x86_64


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux