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

[cobalt-users] Logrotate.d and cron



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