Re: If ssh port is not 22, how does rsync specify this in command line?

2004-09-05 Thread Cam
cyclops When use rsync with ssh mode, how to specify the port ssh use with command line? I use a command that includes this: rsync ... -e 'ssh -p 1234' ... (replace the dots with your own rsync options) Hope that helps, -Cam -- To unsubscribe or change options: http://lists.samba.o

Re: Strange behaviour rsync pull from sun to ppc linux, Integer overflow - attempted 64 bit offset

2004-07-23 Thread Cam
Wayne I made a patch from CVS with your changes and repeated the test, which passed. Thanks again for the first-class support :) -Cam -- [EMAIL PROTECTED] <-- -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Bef

Strange behaviour rsync pull from sun to ppc linux, Integer overflow - attempted 64 bit offset

2004-07-22 Thread Cam
error: error in rsync protocol data stream (code 12) at ../io.c(165) _exit_cleanup(code=12, file=../io.c, line=165): about to call exit(12) If I initiate the transfer from the sun, it completes successfully. So, is this a bug or expected behaviour? -Cam PS, in case it makes a difference, on the s

Re: IPv6 literal addresses on command line

2003-11-27 Thread cam
--- Paul Slootman <[EMAIL PROTECTED]> wrote: > On Thu 27 Nov 2003, cam wrote: > > > > I wonder if debian has included more of the USAGI patches that aren't > applied > > to the 'vanilla' kernel from kernel.org? Various comments in the rsync TODO >

Re: IPv6 literal addresses on command line

2003-11-27 Thread cam
--- Paul Slootman <[EMAIL PROTECTED]> wrote: > On Thu 27 Nov 2003, cam wrote: > > > > [EMAIL PROTECTED] host -t doodah.ipv6.ournet.co.uk > > doodah.ipv6.ournet.co.uk has address 3ffe:501:420:120::2 > > [EMAIL PROTECTED] rsync -Cav -6 doodah:home/cam/d

Re: IPv6 literal addresses on command line

2003-11-27 Thread cam
--- cam <[EMAIL PROTECTED]> wrote: > Hello all, > > Just to get some er, 'closure' on this, if you will (spot the thinly > disguised, desperate repost)... > > To summarise: no-one is currently using rsync over IPv6 on linux. Not so. I got a response from som

IPv6 literal addresses on command line

2003-11-18 Thread cam
the rsync code, this is the way it shall remain. Cheers, cam __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before pos

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