Re: Ignores not working for *~

2006-10-31 Thread Aoeuid
Thanks! The only whitespace-ending line in the whole file, and I didn't even think about that. Should really do those %s/\s\+$//g commands more often :) Wayne Davison wrote: > On Tue, Oct 31, 2006 at 03:29:39PM +0200, Aoeuid wrote: >> Ignore mask of >> - *~ >> in the ignore-from file just does n

Re: Ignores not working for *~

2006-10-31 Thread Wayne Davison
On Tue, Oct 31, 2006 at 03:29:39PM +0200, Aoeuid wrote: > Ignore mask of > - *~ > in the ignore-from file just does not ignore tilde-temp files. I don't see a problem with that. Do you have some white-space at the end of the line? ..wayne.. -- To unsubscribe or change options: https://lists.sam

Ignores not working for *~

2006-10-31 Thread Aoeuid
Hey! Is this an actual bug, or are the gods just not on my side today? -- Ignore mask of - *~ in the ignore-from file just does not ignore tilde-temp files. Same goes for - *x Add a dot to the beginning - .*~ and the ignore seems to work. rsync version 2.6.8 protocol version 29 Au revoir! --