CDR backup of specific time period

Is there a way to do a CDR backup of CDRs over only a specific time period? for example all CDRs over the past year. I have only been able to do backups of all CDRs period, which makes for a long hard to read file.

I’d go with a straight MySQL SELECT and DELETE. Pull the data out of the database into a CSV file (mysqldump, for example) and store it off someplace, the delete the source data from the database and move out smartly.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.