<div class="gmail_quote">On Wed, Feb 15, 2012 at 6:21 AM, Carlos Carvalho <span dir="ltr"><<a href="mailto:carlos@fisica.ufpr.br">carlos@fisica.ufpr.br</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
filename overflows max-path len by 1: <path><br></blockquote><div><br></div><div>Count the characters in the displayed <path> and you'll see what the max_path value is.  That message is output by the sender, and indicates names that are too long to put into the stream of file-list data.  Since rsync currently uses paths from a single chdir, you cannot send files that overflow the OS's max-path limit when referenced by the in-transfer path + filename.</div>
<div><br></div></div>..wayne..<br>