[EMAIL PROTECTED] writes:

> Is there a way to use rsync to replicate a directory structure only and not
> the files in the directory structure?

Try this:

rsync -av --include '*/' --exclude '*' source-dir dest-dir


Tim.

Reply via email to