How to Automatically Delete Files Older the (videos in records) for 90 days?

Max

Administrator
Staff member
You can use Linux tmpwatch utility like this
Code:
tmpwatch -mvv 2160 /usr/local/FlashphonerWebCallServer/records
running it every day from crontab.
 
Top