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

sanalkumar.siva at wipro.com sanalkumar.siva at wipro.com
Fri Jun 17 07:58:26 GMT 2005


Thanks Wayne.. Your mail answered my query perfectly..

-sanal

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..


Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin at wipro.com immediately
and destroy all copies of this message and any attachments.


More information about the rsync mailing list