cron - 定时清空超过30天的文件


30 12 * * * find /mysqlbackup/onfancy.com/bacupkfile -type f -mtime +30 -exec rm -f {} \;


你可能感兴趣的:(cron - 定时清空超过30天的文件)