Skip to content

Instantly share code, notes, and snippets.

@tpb1908
Created May 26, 2020 17:09
Show Gist options
  • Save tpb1908/bc6589d39a16f8468b1da15910e5d11c to your computer and use it in GitHub Desktop.
Save tpb1908/bc6589d39a16f8468b1da15910e5d11c to your computer and use it in GitHub Desktop.
Extract XMP sidecar files, preserving directory structure
rsync -a --prune-empty-dirs --include '*/' --include '*.xmp' --exclude '*' source dest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment