Re: Including Specific files n levels deep

2004-02-14 Thread Andrew Liles
Thank you, yes the problem all a long has been no files were getting transferred; this is still the case with: Are all the files you want to process at the same depth? If so, something very similar to what you suggested in your first post should work fine: % cat incl.txt + /*/ + /*/Build + /*/Bu

Re: Including Specific files n levels deep

2004-02-13 Thread Wayne Davison
On Fri, Feb 13, 2004 at 11:41:15PM +, Andrew Liles wrote: > OK, but I have an arbitrary structure, i.e. Note that you didn't mention what was wrong with that original invocation you cited, so I'm left to assume that you didn't like all the extra empty directories that would get transferred. T

Re: Including Specific files n levels deep

2004-02-13 Thread Andrew Liles
OK, but I have an arbitrary structure, i.e. /home/build/apache-1.3.26 /home/build/bzip2-1.0.2 /home/build/dir3 /home/build/dir4 /home/build/dir5 etc. (The problem context is that I record every I build/install I do with a directory and a series of well known shell file names like Build, Install

Re: Including Specific files n levels deep

2004-02-13 Thread Wayne Davison
On Fri, Feb 13, 2004 at 09:20:57PM +, Andrew wrote: > I want to use rsync to create: [...] Put these lines into a file and then use the --files-from option: % cat names apache-1.3.26/Build apache-1.3.26/Build.out apache-1.3.26/Install apache-1.3.26/Install.out bzip2-1.0.2/Build bzip2-1.0.2/B