Where is my --password-file?

Jan Schormann jan.schormann@brainlab.com
Wed Dec 14 13:03:00 GMT 2005


You wrote on Wednesday, December 14, 2005 1:56 PM:

> actually, this is the command I have used:
> 
> rsync -avz "/cygdrive/e/Company"
> password-file="/home/Administrator/rsync_passwd" --delete
> --delete-excluded
> --exclude "Office2003/" --exclude "Office2003SP/"
> server1@192.168.30.17::winbackups/ >
> /home/Administrator/rsync_server1.log

Right, you've missed the "--" in front of "password-file=...".

Rsync thinks that 'password-file="/home/Administrator/rsync_passwd"'
is a file, not a parameter, and boom.

HTH,
	Jan.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list