Does rsync need a --ignore-unreadable-files option?

Karl O. Pinc kop at meme.com
Thu Jan 10 20:15:36 MST 2013


Hi,

On 01/10/2013 08:07:18 PM, Allen Supynuk wrote:
> It strikes me though, that what I really want is an rsync option
> '--ignore-files-with-no-read-perms'. 


While you're at it, why not a more generic
--ignore-errno foo
where foo is (a defined subset of) the Posix error numbers
listed in errno(3).  The names, alternately, could be
used.

So your application would use

--ignore-errno EACCES

Regards,

Karl <kop at meme.com>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein



More information about the rsync mailing list