find /data/dbbak -ctime +7 -exec rm -f {} \;
-------------------------------------------
0 */2 * * * /usr/bin/find /backups/linux/abc/db -name "*.sql" -ctime +3 -exec rm -f {} \;
---------------------------------------------------------------