Re: Latest cygwin and rsync

2007-11-13 Thread BB
On Nov 13, 2007 6:16 PM, David Rothenberger <[EMAIL PROTECTED]> wrote: > On 11/13/2007 6:49 AM, BB wrote: > > Option for rsync --remove-source-files does not work. > > > > Complains --remove-source-files unknown > > > > rsync -avz --remove-source-files [EMAIL PROTECTED]:/tmp/foo . > > > > Anybody h

Re: Latest cygwin and rsync

2007-11-13 Thread David Rothenberger
On 11/13/2007 6:49 AM, BB wrote: Option for rsync --remove-source-files does not work. Complains --remove-source-files unknown rsync -avz --remove-source-files [EMAIL PROTECTED]:/tmp/foo . Anybody have ideas? The version of rsync on Cygwin understands --remove-source-files, but the version

Re: Latest cygwin and rsync

2007-11-13 Thread Thorsten Kampe
* BB (Tue, 13 Nov 2007 12:08:29 -0600) > This shows you using a "dry run" option. > > You are not using a source machine:/dir/file target machine:dir So what? You said "Complains --remove-source-files unknown". My rsync does not complain. That means my rsync is not your rsync and you have http:

Re: Latest cygwin and rsync

2007-11-13 Thread BB
This shows you using a "dry run" option. You are not using a source machine:/dir/file target machine:dir What happens when you actually transfer files and use the --remove-source-files option? On Nov 13, 2007 10:41 AM, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * BB (Tue, 13 Nov 2007 08:49:30 -

Re: Latest cygwin and rsync

2007-11-13 Thread Thorsten Kampe
* BB (Tue, 13 Nov 2007 08:49:30 -0600) > Have downloaded the latest version of cygwin. Also the latest version of > rsync. > > Option for rsync --remove-source-files does not work. > > Complains --remove-source-files unknown > > rsync -avz --remove-source-files [EMAIL PROTECTED]:/tmp/foo . >