I really need to implement a log rotation scheme ASAP on my Linux server. I have never understood the implementation of the log rotation scheme. The little I know is that there are two things that need to be implemented: a log rotation script, and a crontab entry to run the script. The details elude me though.
Can anyone explain how this works in log-rotation-for-dummies terms.
Thanks in advance!