On Tue, Sep 30, 2003 at 07:20:42PM +0530, Payal Rathod wrote: > $ rsync --password-file=pass -e ssh -av legal.txt [EMAIL PROTECTED]:/home/accounts > [EMAIL PROTECTED]'s password:
Please refer to the ssh documention for how to setup ssh connections without being prompted (rsync does not do this for you). Hint: look at ssh-agent for one solution. Note also that the --password-file option refers to connecting to a remote rsync daemon, which is not what you're doing. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html