Any tips on what kind of cron job to setup to remove the logs on a daily basis?
Was thinking something like:
1 0 * * * find . -ctime +5 -name "*.log" | xargs rm -f
that would remove all logs over 5 days old...
-T
This is a discussion on Auto Remove Logs.. need ok on CronJob within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Any tips on what kind of cron job to setup to remove the logs on a daily basis? Was thinking ...
Any tips on what kind of cron job to setup to remove the logs on a daily basis?
Was thinking something like:
1 0 * * * find . -ctime +5 -name "*.log" | xargs rm -f
that would remove all logs over 5 days old...
-T