Log Daily Purge Linux

Logging daily purge

To be configured on cron

0 2 * * * find /var/log -type f -mtime +7 | xargs --no-run-if-empty rm

**Get number of distinct log file within a folder”

 ls  /var/log/ranger/admin | cut -d '.' -f 1 | uniq -c
comments powered by Disqus