Re: prepending /cygdrive/c/ to source line

2009-08-18 Thread Linda Walsh
dhtmldude wrote: Hello, either cygwin or rsync (version 3.0.6) is prepending /cygwin/c/ to the source path from the command line. C:\CMS\PageGenerator>rsync -avc --delete -vvv --protocol=20 -e "ssh.exe -i C:\cms\PageGenerator\qa_rsa" \\cagecfsu1.saifg.rbc.com\YCM0\InternalCache\test_aug17/ na

Re: rsync: connection unexpectedly closed

2009-08-18 Thread Linda Walsh
dhtmldude wrote: I'm using Rsync 3.1.0 and VanDyke VShell for SSH. Is there a reason why you are using the VD VS when you likely have cygwin's 'ssh' built in as well? Cygwin's ssh was ~20-30% faster than VD's technology (I benched it against their VSH/VCP tools in their SecCRT package,

Re: rsync 3.0.4 under cygwin: problems with --exclude

2009-08-18 Thread Paul Slootman
On Tue 18 Aug 2009, Alessandro Toso wrote: > > rsync -auv --progress --delete --delete-excluded --log-file=$LOGDIR/`date > +%Y%m%d`.log --exclude from='/cygdrive/f/.bak_exclude' $SRCDIR/ $BCKDIR If this is your exact command, then you're excluding the file "from='/cygdrive/f/.bak_exclude'" You p

rsync 3.0.4 under cygwin: problems with --exclude

2009-08-18 Thread Alessandro Toso
Hi all, I'm trying to backup a disk using rsync but I need to exclude some folder. I'm using rsync 3.0.4 under cygwin on a winxp machine. The script that I use is: # # SRCDIR=/cygdrive/d LOGDIR=/cygdrive/f BCKDIR=/cygdrive/f/Backup

prepending /cygdrive/c/ to source line

2009-08-18 Thread dhtmldude
Hello, either cygwin or rsync (version 3.0.6) is prepending /cygwin/c/ to the source path from the command line. C:\CMS\PageGenerator>rsync -avc --delete -vvv --protocol=20 -e "ssh.exe -i C:\cm s\PageGenerator\qa_rsa" \\cagecfsu1.saifg.rbc.com\YCM0\InternalCache\test_aug17/ nasad...@10.243.101.

Re: ssh failure due to local error

2009-08-18 Thread Sven Hartrumpf
Tue, 18 Aug 2009 12:53:28 +0100, inpost wrote: > I repeat: I connect to the remote machine in a separate command terminal to > see > if the text file was transferred and there was no transfer. > > I repeated the command with the verbose command: > rsync -vt *.txt u...@remote.machine: > sent 39 by

Re: ssh failure due to local error

2009-08-18 Thread e-letter
On 18/08/2009, Wayne Davison wrote: > On Mon, Aug 17, 2009 at 09:02:42PM +0100, e-letter wrote: >> rsync -t *.txt u...@remote.machine: >> No response from the command terminal, except for a new prompt > > Then it succeeded. If you want it to be more verbose, tell it to be > verbose. > I repeat: I