AW: rsync raising an IO error for an excluded file

2002-04-25 Thread Martin Bene
Hi Martin, > > > Shouldn't/couldn't the "ignore silently if excluded" be > specified less > > > strictly to cover the above "permission denied" error as well? > > > > I think you're right. Martin Pool, what do you think? > Martin Bene, could > > you please try coding and testing a patch that

Re: rsync raising an IO error for an excluded file

2002-04-25 Thread Martin Pool
On 25 Apr 2002, Dave Dykstra <[EMAIL PROTECTED]> wrote: > > Shouldn't/couldn't the "ignore silently if excluded" be specified less > > strictly to cover the above "permission denied" error as well? > > I think you're right. Martin Pool, what do you think? Martin Bene, could > you please try co

Re: rsync raising an IO error for an excluded file

2002-04-25 Thread Dave Dykstra
On Thu, Mar 28, 2002 at 11:37:31AM +0100, Martin Bene wrote: > Hi, > > when syncing from windows NT/cygwin to linux usimg rsync 2.5.2 I get the > following error: > > readlink pagefile.sys: Permission denied > IO error encountered - skipping file deletion > > pagefile.sys is however in the excl

rsync raising an IO error for an excluded file

2002-03-28 Thread Martin Bene
Hi, when syncing from windows NT/cygwin to linux usimg rsync 2.5.2 I get the following error: readlink pagefile.sys: Permission denied IO error encountered - skipping file deletion pagefile.sys is however in the exclude-list, so I think rsync shouldn't care that it can't stat the file. The c