Re: rsync on windows

2006-03-27 Thread Wayne Davison
On Tue, Mar 28, 2006 at 11:53:52AM +0800, calendarw wrote: > Secure connection to 127.0.0.1 refused; reverting to insecure method. This is an error from your remote shell program (ssh). You should first work on running a simple command via the remote shell (outside of rsync), and then you can bui

Re: can rsync delete only one file in one command? is it a bug?

2006-03-27 Thread Wayne Davison
On Tue, Mar 28, 2006 at 09:39:07AM +0800, Huang, YongHui wrote: > why it NOT delte /D01/003.doc? is it a bug? Nope. Your exclude affected directory D01, so the include has no chance to effect anything. Add a preceding --include=/D01/ and try again. ..wayne.. -- To unsubscribe or change options

rsync on windows

2006-03-27 Thread calendarw
Hi,I have installed a rsync on windows which downloaded on http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.htmland run edited bat file content: ***@echo offset PATH=c:\rsync;%PATH%set CYGWIN=tty binmodeset TERM=ansirem set RSYNC_RSH=c:\rsync\ssh.exes

can rsync delete only one file in one command? is it a bug? 2.6.6

2006-03-27 Thread Huang, YongHui
Rsync version 2.6.6   I want to call rsync from java webserver in Linux.     situation as below:   source directory: 001.doc 002.doc /D01/001.doc /D01/002.doc /D01/D11/001.doc /D02/001.doc     destination directory: 001.doc 003.doc 004.doc /D01/001.doc /D01/003.doc /D01/004.doc /D01/D11/00

can rsync delete only one file in one command? is it a bug?

2006-03-27 Thread Huang, YongHui
I want to call rsync from java webserver in Linux.   situation as below:   source directory: 001.doc 002.doc /D01/001.doc /D01/002.doc /D01/D11/001.doc /D02/001.doc     destination directory: 001.doc 003.doc 004.doc /D01/001.doc /D01/003.doc /D01/004.doc /D01/D11/003.doc /D02/003.doc   now,

RE: Can rsync handle any type of file?

2006-03-27 Thread Alex Pedenko
Title: Can rsync handle any type of file? we use rsync to move encrypted files with no problems. i would say that's as "complex" as it gets, so you should be fine.   -alex From: [EMAIL PROTECTED] on behalf of Robertson Technologies LtdSent: Mon 3/27/2006 2:17 PMTo: rsync@lists.samba.or

Can rsync handle any type of file?

2006-03-27 Thread Robertson Technologies Ltd
Hiya I have been doing some substantial research about rsync and the rsync algorithm. I was wondering: can rsync backup any type of file? I have tested it with "common" files Word, Excel, SQL dumps, log files etc But what about more complex types of files, like vector images etc. Thank you for