Re: --include=PATTERN not working!

2003-11-18 Thread Haisam K. Ido
Thank you. I got it. It should have been: rsync -rvaz --include="*.lis" --include="*/" --exclude='*' [EMAIL PROTECTED]:/path/ . > On Mon, Nov 17, 2003 at 09:14:46PM -, Haisam K. Ido wrote: >> but I do have the recursive option on >> >> -rvaz > > Then you procede to exclude all subdirs not m

Re: --include=PATTERN not working!

2003-11-18 Thread jw schultz
On Mon, Nov 17, 2003 at 09:14:46PM -, Haisam K. Ido wrote: > but I do have the recursive option on > > -rvaz Then you procede to exclude all subdirs not matching *.lis READ the "EXCLUDE PATTERNS" section a few more times and/or read the list archives. > > On Fri, Nov 14, 2003 at 10:02:56PM

Re: --include=PATTERN not working!

2003-11-17 Thread Haisam K. Ido
but I do have the recursive option on -rvaz > On Fri, Nov 14, 2003 at 10:02:56PM -, Haisam K. Ido wrote: >> Why does'nt this work? >> >> rsync -rvaz --include="*.lis" --exclude='*' [EMAIL PROTECTED]:/path/ . >> receiving file list ... done >> client: nothing to do: perhaps you need to specify

Re: --include=PATTERN not working!

2003-11-14 Thread jw schultz
On Fri, Nov 14, 2003 at 10:02:56PM -, Haisam K. Ido wrote: > Why does'nt this work? > > rsync -rvaz --include="*.lis" --exclude='*' [EMAIL PROTECTED]:/path/ . > receiving file list ... done > client: nothing to do: perhaps you need to specify some filenames or the > --recursive option? Looks