Say I have a huge directory structure of movie files.
For analysis of that structure, I want to copy or synchronize the entire directory structure, i.e. folders and files.
However, I don't want to copy the movie files, while I want to keep their file names.
Ideally, I get zero-byte files with the original movie file name in the mirrored directory structure.
Any ideas how to do that?