Backup Files with Specific File Extension Gregg July 7, 2023 Here is how you can use rsync to backup only the .ogg files in the Music directory to the OGG directory: $ rsync -a --prune-empty-dirs --include='*/' --include='*.ogg' --exclude='*' Music/ OGG/ Cli Rsync Backups Motd