Hello, I have a trouble when rsync tries to tranfer a big size paths files, the log message is: "2004/09/22 13:30:40 [4880] cannot send long-named file "SHARED/Concursos/Correos y Tel?grafos/Concurso Correos_Expdte. AI04001_Sistema de adm?n. y validaci?n de certif. y firmas digitales/CD DOCUMENTOS CONCURSO EXPDTE. AI4001/DOCUMENTO 2_Documentaci?n General/3 Solvencia econ?mica/Solvencia econ?mica_informe de i" (in unitf)" I use cwrsync. I am searching a parameter or other solution to this problem but I don?t find anything... do anyone know how to resolve it? Jos? Luis Poza TB?Solutions Delivery Services E-mail: pozaj@tb-solutions.com Web: http://www.tb-solutions.com <http://www.tb-solutions.com/> Tfno.: +34 902 443 277 M?vil: +34 658 622 142 Fax: +34 976 701 601 -------------- next part -------------- HTML attachment scrubbed and removed
On Fri, Sep 24, 2004 at 09:03:42AM +0200, Jose Luis Poza wrote:> "2004/09/22 13:30:40 [4880] cannot send long-named fileIf the name overflows the MAXPATHLEN for the system, then a file of that length cannot be referenced with a directory path of that length. You may be able to work around the problem in a number of ways: - If the problem is in the destination path, choose a destination that is nearer to the root. - Shorten the directory names involved. - Mount a mapped filesystem that lets you refer to deeper directories via a shorter name. ..wayne..