delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/09/13/11:09:06

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3
content-class: urn:content-classes:message
MIME-Version: 1.0
Subject: Rsync problem
Date: Fri, 13 Sep 2002 08:08:57 +0200
Message-ID: <C42E3A12C85D6F43BA7D6FF7E89B053A777D85@ant02exc.ant-it.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
From: =?iso-8859-1?Q?Gunnar_Bostr=F6m?= <Gunnar DOT Bostrom AT kiconsulting DOT se>
To: <cygwin AT cygwin DOT com>
X-OriginalArrivalTime: 13 Sep 2002 06:08:57.0805 (UTC) FILETIME=[0BE3B7D0:01C25AEC]
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g8DF96F03066

I have problem with rsync that doesn't stop after it has done it's job.

I use the latest version of cygwin on a win-XP pro.

Any suggestions?


This is the last lines from a log-file.
WebServices/jwsdp-1_0_01/xsl/textFormatForVerifierSS.xsl is uptodate
total: matches=0  tag_hits=0  false_alarms=0 data=0
wrote 94043 bytes  read 20 bytes  4.02 bytes/sec

Now rsync should have output a line with statistics like this:
wrote 94043 bytes  read 20 bytes  4.02 bytes/sec

This is the script i'm using
#! /bin/sh
#uncoment next line for testing
#set -x
LOCAL=/cygdrive/d/gb
REMOTE=/cygdrive/g/gb
LOG=/cygdrive/h/log/rsyncgb.log
echo rsync of $LOCAL to $REMOTE started `date` > $LOG
cd $LOCAL
for DIR in *
do 
  echo sync $DIR started >> $LOG
  rsync --archive --verbose --verbose --delete $DIR $REMOTE >> "$LOG"
  echo sync $DIR done >> $LOG
done
echo rsync of $LOCAL to $REMOTE done `date` >> $LOG


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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