This is more of a Linux scripting question, which is not my forte...
Voicemails are stored in the following directory:
/var/lib/freeswitch/recordings/<domain_url>/archive/<year>/<month>/<day>
How can I create either a find command (or some other mechanism) that will find the year,month,day folder that is X days older than today?
Voicemails are stored in the following directory:
/var/lib/freeswitch/recordings/<domain_url>/archive/<year>/<month>/<day>
How can I create either a find command (or some other mechanism) that will find the year,month,day folder that is X days older than today?