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
thing on the command line (i.e., the first filename matched by DATA/*)
as the remote shell and tries to execute it.

I'm guessing you want to use the default remote shell (usually ssh),
in which case you don't need -e at all; try removing it.

Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to