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
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