[Fwd: Re: meaning of "IO Error: skipping the delete...."]]

2002-01-28 Thread Nitin Agarwal
Hi, I am doing the testing over this. As soon as the error will repeat, I will send u a snapshot of the same, and the command i used that time. Right now, we are facing another problem, it is showing the following error: "send_files failed to open dir1/dir2/dir3/abcde.eps : permission denied"

pulling selected subdirs by wildcard

2002-01-28 Thread Michael Brutsch
I am trying to sync a tree, as follows: /top |-dir1 | |-data | |-newdir | |-data | |-etc,etc I need to pull just the 'data' directories, then push back everything BUT the data directories. I tried this: rsync --include "*/" --include "data/" --exclude "*" but it just includes

Problems using rsyncd.conf

2002-01-28 Thread Niko Suave
I am having a lot of troubles setting up an rsync daemon that works properly. I've inspected the Faq-o-matic and as much of the past archives as I can stand, but I can't seem to get any of the solutions suggested there to work. I'm having two problems. First, I can't get password authenticatio

2.3.2 works 2.5.2 errors

2002-01-28 Thread stain
I have not had any problems when running 2.3.2 as a server,,, I updated today and this is my error output. THe client is running rsync 2.5.2 on FreeBSD 3.4 stable and the server is currently running rsync 2.5.2 on FreeBSD 4.4 stable Any suggestions? rsync: open connection using /usr/local/bin/

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread Dave Dykstra
On Mon, Jan 28, 2002 at 11:05:38AM -0600, Dave Dykstra wrote: > I'm the one who put in that wording because I think I didn't completely > understand what it did at the time. I just changed the wording to > > This option tells rsync to delete directories when > non-dire

Re: Solaris 2.8/2.5.2 build issues

2002-01-28 Thread Jos Backus
On Mon, Jan 28, 2002 at 09:54:35AM -0500, David Birnbaum wrote: > gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c main.c -o main.o > main.c: In function `client_run': > main.c:529: warning: `flist' might be used uninitialized in this function Fixed by change the initialization to str

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread tim . conway
Like i said, I think it's a kind of a safety. Going down entire directory trees that don't exist on the master can wipe out a whole lot of data, perhaps unintentionally. I suspect that close to 100% of people using --delete pair it with --force. Without -force, it will not replace a directo

Re: Write failed flushing stdout buffer.

2002-01-28 Thread Daniel
ssh get's used by default when I don't specify otherwise. I'm using rsync version 2.5.2 protocol version 26 on FreeBSD on both machines, currently. Any ideas? I tried implicitly using --rsh=/usr/bin/ssh which doesn't work either. Somtimes I get this error: send_files failed to open upd: Perm

Re: Write failed flushing stdout buffer.

2002-01-28 Thread Dave Dykstra
On Sun, Jan 27, 2002 at 01:45:10PM -0500, [EMAIL PROTECTED] wrote: >3 100%0.00kB/s0:00:00 > wrote 30496 bytes read 327051 bytes 14593.76 bytes/sec > total size is 419896352 speedup is 1174.38 > Write failed flushing stdout buffer. > write stdout: Broken pipe > > time /usr/l

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread Dave Dykstra
On Mon, Jan 28, 2002 at 06:47:31AM -0800, [EMAIL PROTECTED] wrote: > There you go - the symlink versus the populated directory. It's kind of a > safety. To bypass it, add "--force". > --force > This options tells rsync to delete directories even if > they are not empt

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread Phil Howard
On Mon, Jan 28, 2002 at 06:47:31AM -0800, [EMAIL PROTECTED] wrote: | There you go - the symlink versus the populated directory. It's kind of a | safety. To bypass it, add "--force". | --force | This options tells rsync to delete directories even if | they are not emp

Rsync 2.5.2 doesn't compile on several platforms

2002-01-28 Thread Dave Dykstra
Backing out the below change and changing the "unsigned int64" to just "int64" removes compilation errors such as this: rsync.h:339: warning: no semicolon at end of struct or union rsync.h:339: parse error before `inode' rsync.h:341: parse error before `dev' on Linux kernel 2.2.19, I

Read Error : Connection reset by peer

2002-01-28 Thread David Bordas
Hi list, I've a problem with rsync. Server and client are running red hat 6.2. I've got a server running rsync 2.4.6 as a daemon ( rsync --daemon ) For security i use IP checking. ( NB perhaps it's not the better way to do what i want ) I try 2.4.6 on the server and on my client. on the client

Solaris 2.8/2.5.2 build issues

2002-01-28 Thread David Birnbaum
Folks, Just downloaded 2.5.2 to play with...builds with a raft of warnings, and the symlink test fails. Transcript below for anyone with the knowledge and energy to repair. This is done with gcc-3.0.3. David. - BUILD: corona 2.5.2 7 $ make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I.

Re: --compare-dest option

2002-01-28 Thread tim . conway
Here's an example. dest = directory tree full of files all interdependent. a change in one without the corresponding change in another makes the whole tree invalid. If you just rsync the directory changes over, the tree is invalid from the first change is started until the last one is done. To

Re: help: rsync error codes

2002-01-28 Thread Dave Dykstra
On Fri, Jan 25, 2002 at 11:52:19AM -0500, [EMAIL PROTECTED] wrote: > Hi, > Could anyone explain to me why I'm getting the following error messages > during rsync -a operation? Thanks. > > error 1: > Integer overflow - attempted 64 bit offset > rsync error: requested action not supported (code 4)

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread tim . conway
There you go - the symlink versus the populated directory. It's kind of a safety. To bypass it, add "--force". --force This options tells rsync to delete directories even if they are not empty. This applies to both the --delete option and to cases where rsy

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread Phil Howard
On Mon, Jan 28, 2002 at 11:14:59AM +, pod wrote: | > "PH" == Phil Howard <[EMAIL PROTECTED]> writes: | | PH> This problem has persisted for as long as I've used rsync. When | PH> the --delete option is used, not all files are deleted from the | PH> target, even though said f

--compare-dest option

2002-01-28 Thread mertz . denis
I'm translating rsync.1, and i'm having some problems with the --compare-dest option description, actually i dont understand the part which describes the usefulness of this option, it says : This is useful for doing transfers to a new destination while leaving existing files intact, and the

Re: option --delete still not completely working (2.5.2)

2002-01-28 Thread pod
> "PH" == Phil Howard <[EMAIL PROTECTED]> writes: PH> This problem has persisted for as long as I've used rsync. When PH> the --delete option is used, not all files are deleted from the PH> target, even though said files are not present in the source. The PH> particular case