[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Logrotate.d and cron
- Subject: [cobalt-users] Logrotate.d and cron
- From: "Jonathan Alstead" <domains@xxxxxxxxxxxxxxxx>
- Date: Wed Jun 28 11:13:48 2000
I have an urgent question that concerns logrotate.conf and the sites within
logrotate.d. I've set the .conf to rotate on a monthly basis and as most
sites are small I would like the .conf to be the norm. However all sites
listed are in logrotate.d and set to rotate on "size" as to "time". Can I
remove/delete these sites from logrotate.d or could I write the script for
rotating a sites logs on "time":
/home/sites/site51/logs/access {
monthly
compress
mail logs@xxxxxxxxxxxxx
}
Ja