I use rsync to mirror web sites.  When rsync comes across a file or
directory it can't read, it screams out

  IO error encountered - skipping file deletion

Instead, I would like to to treat those files as if they weren't there.
On those sites where I use an rsync server, I can do this by turning
on 'ignore nonreadable' in rsyncd.conf, but there is no equivalent
command line option. So I've added one.

I have a patch for 2.4.6 which implements '--ignore-nonreadable'. It
also fixes a small problem with 'ignore nonreadable'. (It didn't
ignore directories where access(X_OK) fails).

How do I submit my patch?


-- 
 Ole Martin Bjoerndalen
  [EMAIL PROTECTED]

Reply via email to