find /opt/backup -type f -mtime +30 -delete
find /path ! -newermt "YYYY-MM-DD HH:MM:SS" | xargs rm -rf
find /opt/backup -type f -mtime +30