IPv6 literal addresses on command line

2003-11-13 Thread cam
Hello all, Can anyone give me a hint on how to specify an IPv6 address in an rsync address literal - the colon character is already used to seperate the host name from the remote directory AFAICT... I get, e.g. rsync -Cavb 3ffe:502:420:120::2:/home/cam/dev/proj 3ffe: Unknown host rsync:

Re: an unwanted chroot() call

2003-11-13 Thread Joe Batt
Would it help if rsync detected whether it is run as root or not and enable or disabled these features automatically (with warnings). I've wasted lots of time trying to get rsync to work in userland due to safety checks like this (my case was --link-dest assuming -ugp), though I understand why

Re: an unwanted chroot() call

2003-11-13 Thread jw schultz
On Thu, Nov 13, 2003 at 09:51:51AM -0500, Joe Batt wrote: Would it help if rsync detected whether it is run as root or not and enable or disabled these features automatically (with warnings). I've wasted lots of time trying to get rsync to work in userland due to safety checks like this (my

Rsync 2.5.6 - Configure problem on HP-UX 11.i

2003-11-13 Thread Hursch, Robert
Hello, I received the following socket error when I try to run 'configure' on a new HP-UX 11.i server. (It works fine of HP-UX 11.0) Can anyone help with this error? checking for struct stat.st_rdev... yes checking for ino_t... yes checking for socklen_t... no checking for socklen_t

statistics

2003-11-13 Thread Sameer Kamat
In the --stats option. What is the difference File transferred size and Data written? Thanks, Sameer. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: an unwanted chroot() call

2003-11-13 Thread Lao Coon
Daniel Ortmann wrote: Ok, I figured out the answer, and as a result I have a suggestion: The rsyncd.conf documentation for use chroot should specify that: use chroot = yes is the default. Oh, but it does. Quote from man rsyncd.conf use chroot If use chroot is

Re: an unwanted chroot() call

2003-11-13 Thread Daniel Ortmann
Lao Coon [EMAIL PROTECTED] writes: Daniel Ortmann wrote: Ok, I figured out the answer, and as a result I have a suggestion: The rsyncd.conf documentation for use chroot should specify that: use chroot = yes is the default. Oh, but it does. Quote from man rsyncd.conf