On Thu, Nov 10, 2005 at 04:37:18PM +0100, Jan Verbesselt wrote: > rsync -avzuC --delete --password-file=/cygdrive/d/test/test.txt > /cygdrive/d/test/ [EMAIL PROTECTED]:/home/janvb/test
The --password-file option is used for connecting with an rsync daemon, so it has no effect on the password prompt coming from your remote- shell. You'll need to consult the relevant docs for your remote-shell to see what options it has for authorizing a connection. E.g. ssh users can setup authorized keys as described in ssh-keygen (and perhaps use ssh-agent and possibly keychain), but other methods are also possible. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html