Re: **MY** wildcard in recursive rsync

2005-10-19 Thread Wayne Davison
On Tue, Oct 18, 2005 at 04:05:18PM +0200, stoil valchkov wrote: > Obviously I would like to get all files & directories which has in path > **MY** The only solution rsync provides is to scan all directories, like this: --include='*/' --include='*MY*/*' --include='*MY*' --exclude='*' That creates

**MY** wildcard in recursive rsync

2005-10-18 Thread stoil valchkov
Hi, I have situation like this: /folder1/folder2/folderMYfolder/ /folder1/folder1MYfolder10/ /folder1/folder2/folder3/folder1MYfolder10/ Obviously I would like to get all files & directories which has in path **MY** Is it possible? Currently I have a patch solution which contains /folder1/fold