Bash: Copy specific type files recursively

rsync -r -v --include '*/' --include '*.mp3' --exclude '*' sourcedir targetdir