find /data/dbbak -ctime +7 -exec rm -f {} \;
-------------------------------------------
0 */2 * * * /usr/bin/find /backups/linux/abc/db -name "*.sql" -ctime +3 -exec rm -f {} \;
---------------------------------------------------------------
时间: 2024-10-28 04:01:08