Steven Levine ([email protected]) wrote on 17 July 2009 19:51: >In <[email protected]>, on 07/17/09 > at 01:46 PM, Kurt Nelson <[email protected]> said: > >Hi Kurt, > >Please reply to the list... > >>Any good workarounds? > >Depends on your needs. If you really need names this long, rsync builds >pretty easily. Change the pathname max to something you can live with >rsync should stop complaining. Look for MAXPATHLEN.
rsync uses MAXPATHLEN if it's defined. If it is defined, and the compilation sees it, you have a problem in the system because you shouldn't have names longer than it. Check if the compilation sees it. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
