Neil Bothwick <[EMAIL PROTECTED]> writes: > On Wed, 26 Dec 2007 18:07:38 +0000, Paul Stear wrote: > >> > --one-file-system >> >> Still not sure what the above will produce, I didn't find the man page >> very readable. Take sys for example, if it is saying that the directory >> would be created, would I still need to exclude everything under it?.
Neil has handled this... I wanted to include the rsync syntax to collect only directories... full or empty: So to collect all the directories regardless of your excludes put this before any excludes: --include=/**/ The trailing slash confines it to direcotories only. -- [EMAIL PROTECTED] mailing list