On Tue, Sep 11, 2007 at 03:41:48AM -0700, Suresh Kumar Pedamallu wrote: > rsync: pipe failed in do_recv: Too many open files (24) This is the error that caused the failure. Your system had too many open files on it for some reason, causing the pipe() system call to fail. ..wayne..