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