[EMAIL PROTECTED] wrote: > Hi people, > > I used to copy filesystem structures ( only Directories ) with rsync > version 2.3.1. > For this I used > > rsync -e ssh -trulogxp - -include "*/" - -exclude "*" > remotemaschine:/source /localtraget > > Now, on a new maschine with rsync version 2.5.5 that doesn´t work any > more. Now rsync copies directories and files, too. > > Is is possible to do a workaround with the newer version(s) ? > Or is it a bug ?
Run with -vv to see how the include/exclude it being applied. That usually shows why it's not doing what you want. Max. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html