# deletes every backup older than 7 days
find /opt/mysqlbup/mysql/* -mtime +8 | xargs rm -f {} \;

