On 5/19/05, Steve Totaro <[EMAIL PROTECTED]> wrote:
>  
> Does anyone know the best way to automate the deletion of monitor files
> after they age two months? 
>   
> Thanks, 
> Steve  
> _______________________________________________

Something like:

find /files/to/check/ -mtime 60 -exec rm {} \;

put this in a crontab entry maybe and run each day.


Mike
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to