Setting up OpenVPN on your Debian-based Linux Server
Find file types in a path (recursively) and copy them all to 1 location:
find /path/to/directory -name "*.mp3" -exec cp {} /some/other/dir/ \;
*.mp3 could be “.jpg or *.whatever.