Re: resolving difference in interface between rsync and cp/rcp/scp

2006-10-31 Thread Erick Tryzelaar
No one has any ideas? -e Erick Tryzelaar wrote: I've run into a situation where we'd like to replace rcp with rsync, but we've run into a difference in interface, which is causing us problems. Here's the problem. If we run this in rsync: > mkdir tmpdir; cd tmpdir > mkdir a; touch a/b > rsyn

How to rsync only specified subdirectories in the source folder?

2006-10-31 Thread woo robbin
Hi all,     For example,if there is ten subdirectories named sub1~sub10(each including subdirectories and files too),and file1~file10,how can I rsync only sub2 and sub 3 to the target?     /  MyFolder    |-- sub1    |-- sub2    |-- sub3    |-- sub4    |-

Re: unsuccessful configure with 2.6.8 and acls and extended attributes...

2006-10-31 Thread Wesley W. Terpstra
On Nov 1, 2006, at 1:09 AM, Ensel Sharon wrote: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c clientname.c -o clientname.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c chmod.c -o chmod.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c acls.c -o acls.o acls.c:2

Re: unsuccessful configure with 2.6.8 and acls and extended attributes...

2006-10-31 Thread Wayne Davison
On Tue, Oct 31, 2006 at 07:09:18PM -0500, Ensel Sharon wrote: > patch < patches/acls.diff > patch < ./patches/xattrs.diff You didn't use the -p1 option for those patch commands, so the new files didn't get created in their right directories. ..wayne.. -- To unsubscribe or change options: https:/

unsuccessful configure with 2.6.8 and acls and extended attributes...

2006-10-31 Thread Ensel Sharon
(FreeBSD 6.1-RELEASE) tar xzvf rsync-2.6.8.tar.gz cd rsync-2.6.8.tar.gz patch < patches/acls.diff patch < ./patches/xattrs.diff ./prepare-source ./configure --enable-acl-support --enable-xattr-support --disable-debug --with-rsyncd-conf=/usr/local/etc/rsyncd.conf --bindir=/usr/local/bin Couldn't

Rsync hangs on large files over stunnel

2006-10-31 Thread Gene Quinn
Greetings. Here's my setup: On the server - rsync 2.5.6 protocol version 26 stunnel 4.04 on i686-suse-linux-gnu PTHREAD with OpenSSL 0.9.7b On the client - rsync version 2.6.6 protocol version 29 stunnel 4.14 on i686-suse-linux-gnu UCONTEXT+POLL+IPv4+LIBWRAP with OpenSSL 0.9.8a Both ends r

Re: Ignores not working for *~

2006-10-31 Thread Aoeuid
Thanks! The only whitespace-ending line in the whole file, and I didn't even think about that. Should really do those %s/\s\+$//g commands more often :) Wayne Davison wrote: > On Tue, Oct 31, 2006 at 03:29:39PM +0200, Aoeuid wrote: >> Ignore mask of >> - *~ >> in the ignore-from file just does n

One-way sync of a sub set of data

2006-10-31 Thread Neel Banerjee
Hi,I have an interesting issue that I can't seem to solve. I would like to send data from a source to a destination drive, but I only want to send certain directories from the source to the destination. As an example my directory structure on the source side looks something like this: /dir1/proj1/a

Re: TCP_NODELAY broken

2006-10-31 Thread Wayne Davison
On Tue, Oct 31, 2006 at 02:31:36PM +0100, Wesley W. Terpstra wrote: > The file socket.c fails to include netinet/tcp.h. > Since the TCP_NODELAY option is defined there, it is not compiled > into rsync. > This applies to osx and linux-2.4.20. This also affects Linux 2.6. I've checked in a fix.

Re: Ignores not working for *~

2006-10-31 Thread Wayne Davison
On Tue, Oct 31, 2006 at 03:29:39PM +0200, Aoeuid wrote: > Ignore mask of > - *~ > in the ignore-from file just does not ignore tilde-temp files. I don't see a problem with that. Do you have some white-space at the end of the line? ..wayne.. -- To unsubscribe or change options: https://lists.sam

Ignores not working for *~

2006-10-31 Thread Aoeuid
Hey! Is this an actual bug, or are the gods just not on my side today? -- Ignore mask of - *~ in the ignore-from file just does not ignore tilde-temp files. Same goes for - *x Add a dot to the beginning - .*~ and the ignore seems to work. rsync version 2.6.8 protocol version 29 Au revoir! --

TCP_NODELAY broken

2006-10-31 Thread Wesley W. Terpstra
The file socket.c fails to include netinet/tcp.h. Since the TCP_NODELAY option is defined there, it is not compiled into rsync. This applies to osx and linux-2.4.20. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~e

rsync error: error starting client-server protocol

2006-10-31 Thread rsync . 20 . maillinglist
Hi folks, I have the following problem. I have installed 1.) a rsync daemon on a windows machine under cygwin 2.) installed a tunnel via ssh from the remote machine to my pc 3.) I could run rsync from the remote machine to make bakups On the remote machine and on my pc I have rsync version 2.6.