X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Where is my --password-file? Date: Wed, 14 Dec 2005 14:03:42 +0100 Message-ID: From: "Jan Schormann" To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id jBED3rSO027934 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 AT 192 DOT 168 DOT 30 DOT 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/