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 matching

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 some

--include=PATTERN not working!

2003-11-14 Thread Haisam K. Ido
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? using: 2.5.4 protocol version 26 on hpux -- To unsubscribe or change options:

rsync and timestamps of local files

2003-03-08 Thread Haisam K. Ido
Is there a way to make rsync check the local file system for changes in the files prior to it performing a diff with the remote site? -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

Re: rsync and timestamps of local files

2003-03-08 Thread Haisam K. Ido
thanks Bob. The timestamp relative to the local first prior to any remote diffing. Is that what you meant? bob parker wrote: On Sun, 9 Mar 2003 05:13, Haisam K. Ido wrote: Is there a way to make rsync check the local file system for changes in the files prior to it performing a diff

Re: rsync and timestamps of local files

2003-03-08 Thread Haisam K. Ido
bob parker wrote: On Sun, 9 Mar 2003 05:45, Haisam K. Ido wrote: thanks Bob. The timestamp relative to the local first prior to any remote diffing. Is that what you meant? I think so. It compares the size and timestamp of your local file with the remote one of the same name of course

Re: rsync and timestamps of local files

2003-03-08 Thread Haisam K. Ido
Max Bowsher wrote: Haisam K. Ido wrote: bob parker wrote: I think so. It compares the size and timestamp of your local file with the remote one of the same name of course. If it all matches nothing is done unless you force it. If it does that then it is not doing what I'm asking about. I need