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