In <c685735d.32a1%[email protected]>, on 07/17/09 at 12:16 AM, Kurtis Nelson <[email protected]> said:
Hi, >I have been using rsnapshot on OS X for a bit now to backup my debian >home server to my external HD but have now started getting this error. >ERROR: buffer overflow in recv_file_entry [generator] >rsync error: error allocating core memory buffers (code 22) at >util.c(124) [generator=3.0.6] A stock rsync build has a hardcoded 1024 character limit on pathnames. The actual limit ca be slightly less. It appears you have exceeded this limit. Regards, Steven -- ---------------------------------------------------------------------- "Steven Levine" <[email protected]> eCS/Warp/DIY etc. www.scoug.com www.ecomstation.com ---------------------------------------------------------------------- -- 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
