X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=0.2 required=5.0	tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_HELO_PASS,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <30016692.post@talk.nabble.com>
Date: Wed, 20 Oct 2010 23:57:03 -0700 (PDT)
From: msmoore <it@kalani.com>
To: cygwin@cygwin.com
Subject: nondosfilewarning help
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


Hello,

I need help with getting rid of a dos warning.  I have a Windows 7 computer
running a script that requires rsync in Cygwin.  When the batch script is
run, I get the following error:

Nonempty Server backup error log on computer2

cygwin warning:
  MS-DOS style path detected: E:/backups/Server/files/
  Preferred POSIX equivalent is: /cygdrive/e/backups/Server/files/
  CYGWIN environment variable option "nodosfilewarning" turns off this
warning.
  Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames

So I edited the cygwin batch file to say:

@echo off

C:
chdir C:\cygwin\bin

set CYGWIN=nodosfilewarning

bash --login -i

But I still get the error.

Any ideas?
-- 
View this message in context: http://old.nabble.com/nondosfilewarning-help-tp30016692p30016692.html
Sent from the Cygwin list mailing list archive at Nabble.com.


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

