Re: Patch to ignore exluded files.

2002-12-11 Thread Dave Dykstra
I remember that I put in that code, not so long ago, because I was getting errors with symlinks pointing nowhere even though they were excluded. It is revisions 1.96 and 1.95 at http://cvs.samba.org/cgi-bin/cvsweb/rsync/flist.c As far as I could see, the only time that the ENOENT error could o

Patch to ignore exluded files.

2002-12-05 Thread Bo Kersey
I came up with a patch to fix the problem of IO Errors caused by excluded files as did Eugene V. Chupriyanov below. Is there a chance that this change will show up in a future version of rsync? Is there a reason that we should not ignore IO errors when copy_links is off? Just want to make su