delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/12/02/08:33:17

X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
Subject: RE: how to detect if Windows or Linux is running?
Date: Fri, 2 Dec 2005 08:33:07 -0500
Message-ID: <31DDB7BE4BF41D4888D41709C476B6570246A86F@NIHCESMLBX5.nih.gov>
From: "Buchbinder, Barry \(NIH/NIAID\)" <BBuchbinder AT niaid DOT nih DOT gov>
To: "H. S." <hs DOT samix AT gmail DOT com>, <cygwin AT cygwin DOT com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id jB2DXGUi012204

H. S. wrote:
> Buchbinder, Barry (NIH/NIAID) wrote:
>> H. S. wrote:
>> 
>>> Christopher Faylor wrote:
>>> 
>>>> On Thu, Dec 01, 2005 at 05:07:15PM -0500, H. S. wrote:
>>>> 
>>>> 
>>>>> Hi,
>>>>> 
>>>>> I have installed Cygwin on a Windows XP computer to get rsync and
>>>>> ssh running so that I can backup my important data on a Linux
>>>>> computer on my home LAN. The idea is to use rsync to make rolling
>>>>> backups of my Windows data automatically, say, once or twice a day
>>>>> and to retain last N backups (N most probably going to be 10~20).
>>>>> 
>>>>> But the problem I had not foreseen is that I dual boot this
>>>>> Windows machine between Windows XP and Debian. How should I
>>>>> gracefully let the rsync server know if this computer is running
>>>>> Linux or XP? 
>>>>> 
>>>>> I know that if the computer is running Linux, the rsync server
>>>>> will never find /cygdrive/... folders and will just quite with an
>>>>> error. But this is not 'clean', it will result in mails to the
>>>>> rsync server root about the error. 
>>>>> 
>>>>> Suggestions?
> <SNIP>
>> 
>> 
>> Perhaps you could look for environmental variables that Windows sets
>> but Linux doesn't.  COMSPEC, windir, SystemDrive, SystemRoot,
>> ProgramFiles, CommonProgramFiles
>> 
> 
> er .. how can I do that using SSH and non-interactively?
> 
> thanks,
> ->HS

From other postings, I see that you've found the answer to your
question.  But for completeness in the archives ....

I don't use SSH so don't know what you are dealing with.  But in shell
scripts,
	if test -z "${NVAR}"
or
	if test ! -z "${VAR}"
can test whether VAR has a value.

--
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/


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019