http://www.perlmonks.org?node_id=809072


in reply to How to do a manual "logrotate" on a given file?

Check out logrotate. Usually installed on Linux systems by default.
  • Comment on Re: How to do a manual "logrotate" on a given file?

Replies are listed 'Best First'.
Re^2: How to do a manual "logrotate" on a given file?
by gmargo (Hermit) on Nov 24, 2009 at 16:42 UTC

    According to my SuSE Linux 8.2 Administration Guide, the logrotate program is provided.

    You don't necessarily need to use the system file /etc/logrotate.conf. You can instead use your own local config file, specific for your application, and just specify that config file on the command line. Personally, I would write a shell script (sorry, no perl) that runs from cron, which invokes logrotate and then does the copying you want. Run it just before the bosses get to work in the morning :-)