On Wed 23 May 2007, Matt McCutchen wrote: > On 5/22/07, Preeti Joshi <[EMAIL PROTECTED]> wrote: > >rsync -trze DATA/* [EMAIL PROTECTED]:/home/test/DATA > > > >Any help on what's wrong with this? > > I see one thing that looks wrong, but I don't know if it is causing > the out of memory. You have an -e option, which requires an argument: > the name of the desired remote shell. Thus, rsync interprets the next
He resent the message with one little change (and no message about that, so that a quick look might lead one to think that it was simply a duplicate message. The change was: > rsync -trze rsh DATA/* [EMAIL PROTECTED]:/home/test/DATA > Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
