Project

General

Profile

remove old wav recs after 7 days

Added by ed dagohoy about 10 years ago

Hi,

Newbie here.. How can i removed via cronjob the 7 old wav files?

default cron
/usr/bin/find /var/spool/asterisk/monitorDONE/ORIG/ -maxdepth 2 -type f -mtime +14 -print | xargs rm -f


Replies (1)

RE: remove old wav recs after 7 days - Added by Demian Biscocho about 10 years ago

Change the "-mtime +14" to "-mtime +7".

    (1-1/1)
    Go to top