[ Video Sharing CMS v4 ] Remove avi files from rawmedia

Started by turegardes.com,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

turegardes.comTopic starter

Hello
to remove original file from ftp I use this cron
* * * * * find /home/xxxx/public_html/raw media/* -mtime +1 -exec rm {} \;

So it deletes every file had more than 24h age

good luck
  •  

PHPVibe A.


turegardes.comTopic starter

  •  

maldboy

how can i add this? can you explain please? thanks
  •  

PHPVibe A.

You create a system cron for it (in your hosting panel, with your real path).

Similar topics (7)