Cron to delete old backups

Hello would this cron automatically delete the database backup .zip older than 2 days?

find /mydirectory/mydirectory/var/backups -type f -mtime +2 -name “*.zip” -delete