rsync error: some files could not be transferred -- How to ignore

Wayne Davison wayned at samba.org
Fri Jun 17 05:49:49 GMT 2005


On Thu, Jun 16, 2005 at 08:49:54PM +0530, sanalkumar.siva at wipro.com wrote:
> Is there any way to ignore these errors when i do file transfer using
> rsync?

What do you mean by ignore?  They're just warnings, so rsync ignores
them already for most things, just not deletions that happen after the
warnings (such as --delete-after), but see the --ignore option to handle
that.  If you mean that your script halts, you can code a script to
ignore only specific return codes (namely code 23).  One would need to
know what shell you're using to help with that.

..wayne..


More information about the rsync mailing list