Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: How to do a manual "logrotate" on a given file?

by ctilmes (Vicar)
on Nov 24, 2009 at 13:28 UTC ( [id://809072]=note: print w/replies, xml ) Need Help??


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 :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://809072]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-20 15:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found