Unix move files older than 7 days

find . -type f -name "*.caf" -mtime +7 -exec mv {} backup/ \;