Re: Rsync in smbclient?

2001-03-19 Thread Martin Pool
On 19 Mar 2001, "Bryan K. Wright" <[EMAIL PROTECTED]> wrote: > Hi folks, > > Is there any chance that an rsync capability (like the existing > 'tar' features) will ever be built into smbclient? It seems like it would > be a very useful addition. Could you please explain more about what yo

Re: HAVE_ALLOCA_H is missing

2001-03-19 Thread Martin Pool
On 20 Mar 2001, Ayamura KIKUCHI <[EMAIL PROTECTED]> wrote: > Files "config.h.in" and "configure.in" in rsync cvs repository should > be changed to detect whether a system has or not. Thankyou for spending time checking the code. Your efforts are very much appreciated. This has just been fixed

HAVE_ALLOCA_H is missing

2001-03-19 Thread Ayamura KIKUCHI
Files "config.h.in" and "configure.in" in rsync cvs repository should be changed to detect whether a system has or not. rsync_cvs/popt/system.h: #ifndef __GNUC__ # if HAVE_ALLOCA_H # include # else # ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ cha

Rsync in smbclient?

2001-03-19 Thread Bryan K. Wright
Hi folks, Is there any chance that an rsync capability (like the existing 'tar' features) will ever be built into smbclient? It seems like it would be a very useful addition. Bryan -- =

Re: New files not being added on remote machine

2001-03-19 Thread Dave Dykstra
On Mon, Mar 19, 2001 at 09:47:38AM -0500, Kevin Dangoor wrote: > > - Original Message - > From: "Martin Pool" <[EMAIL PROTECTED]> > > > > On 18 Mar 2001, Kevin Dangoor <[EMAIL PROTECTED]> wrote: ... > > > rsync -a -v -e ssh --delete --rsync-path=/usr/local/bin/rsync src dest > > > > > >

Re: (fwd from dadok@kvados.cz) UNC names on win32 rsync

2001-03-19 Thread Dave Dykstra
On Sun, Mar 18, 2001 at 01:12:55PM +1100, Martin Pool wrote: > > > From: "Milan Dadok" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Subject: rsync patch > > Date: Sat, 17 Mar 2001 21:31:54 +0100 > > > Hello > > I'm to new to rsync. I compiled version rsync-2.4.6 on WinNT using CygWin. > >

Re: handling of uid= parameter (was Re: files can only be read when world-readable)

2001-03-19 Thread Dave Dykstra
On Sat, Mar 17, 2001 at 01:03:24PM +1100, Martin Pool wrote: > So, I see that in clientserver.c, the uid and gid parameters are > silently ignored if the daemon is not running as root. I wonder if we > should do something differently there. Perhaps rsync should issue a > warning if they're prese

RE: Rsync and NT

2001-03-19 Thread David Bolen
Boon Lim [[EMAIL PROTECTED]] writes: > Does anyone know the command to RSYNC from an NT to > another NT machine? > I am having problem with my command > rsync -Cavuzb D:\localmachine rsyncserver::test > > I get the error at D: when the rsync thinks it's a > server name. Yeah, that's an unfortu

Rsync and NT

2001-03-19 Thread Boon Lim
Does anyone know the command to RSYNC from an NT to another NT machine? I am having problem with my command rsync -Cavuzb D:\localmachine rsyncserver::test I get the error at D: when the rsync thinks it's a server name. Any suggestions would be great. thanks Boon

Re: New files not being added on remote machine

2001-03-19 Thread Kevin Dangoor
- Original Message - From: "Martin Pool" <[EMAIL PROTECTED]> > On 18 Mar 2001, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I just installed rsync for Solaris (from source, using default configure > > options). When I ran rsync for a directory that already existed on bot