[App_rpt-users] think I asked wrong..

Tom Hayward tom at tomh.us
Thu Oct 1 17:14:28 UTC 2015


On Thu, Oct 1, 2015 at 10:10 AM, Loren Tedford <lorentedford at gmail.com> wrote:
>
> While we are on this topic of how can i delete any audio that is 180 days old off the system automatically with a cron or shell script?

Add something like the following to cron:

find /yourarchivedir -type f -mtime +180 -delete

Tom KD7LXL



More information about the App_rpt-users mailing list