Re: error in rsync protocol data stream

2004-02-12 Thread Lee Eakin
takes up about 15GB. > -- > Ray Lischner, author of C++ in a Nutshell > http://www.tempest-sw.com/cpp > > -- > To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html -- Lee

Re: rsync release planning

2003-07-08 Thread Lee Eakin
gt; yet, nor have I tried to think through the I/O issues in depth yet. The > change to reduce the calls to gettimeofday() looks easy to add, though, > and should really be separated out of the patch. I've just checked in > some changes to tweak this. > > ..wayne.. > -- &

Re: specifying a list of files to transfer

2003-01-17 Thread Lee Eakin
delete --files-from=distlist \ > distserver:/data/distribution/8.0/i386 /root2 > or > rsync -lptgoDu --delete --files-from=distlist \ > /data/distribution/8.0/i386 client:/root2 > > > If /root2/usr/share/doc/packages doesn't exist it should

Re: specifying a list of files to transfer

2003-01-15 Thread Lee Eakin
---begin quoted text--- > From: Wayne Davison <[EMAIL PROTECTED]> > Date: Wed, 15 Jan 2003 13:34:08 -0800 > > On Wed, Jan 15, 2003 at 02:48:05PM -0600, Lee Eakin wrote: > > Now if I can only figure out a way to intercept the list when I need to > > be real picky about

Re: specifying a list of files to transfer

2003-01-15 Thread Lee Eakin
---begin quoted text--- > From: Wayne Davison <[EMAIL PROTECTED]> > Subject: Re: specifying a list of files to transfer > Date: Wed, 15 Jan 2003 10:10:29 -0800 > > On Tue, Jan 14, 2003 at 10:01:47PM -0600, Lee Eakin wrote: > > Yes, people do restrict args via ssh k

Re: specifying a list of files to transfer

2003-01-14 Thread Lee Eakin
> From: jw schultz <[EMAIL PROTECTED]> > Date: Tue, 14 Jan 2003 20:33:46 -0800 > > On Tue, Jan 14, 2003 at 10:15:42PM -0600, Lee Eakin wrote: > > ---begin quoted text--- > > > From: jw schultz <[EMAIL PROTECTED]> > > > Date: Tue, 14 Jan 2003 2

Re: specifying a list of files to transfer

2003-01-14 Thread Lee Eakin
---begin quoted text--- > From: jw schultz <[EMAIL PROTECTED]> > Date: Tue, 14 Jan 2003 20:07:58 -0800 > > Nope. The files-from contents needs to passed on stdin otherwise > we would hit command-line length limits. That is why i'm > stressing the fact that allowing paths not within the source >

Re: specifying a list of files to transfer

2003-01-14 Thread Lee Eakin
ROR: The remote path must start with a module name not a / so any sanitize code could first make sure all pathnames begin with a valid module and then make sure the file or dir is really inside that module. ---end quoted text--- -- Lee Eakin - [EMAIL PROTECTED] - Internet/Naming Services, Texa

Re: specifying a list of files to transfer

2003-01-14 Thread Lee Eakin
ns the filenames through sanitize_path() in daemon mode > (when chroot is not specified, at least -- I haven't tested a chroot > version yet). > > ..wayne.. > -- > To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.tux

Re: Rsync, Perl and samba filesystem (smbfs)

2002-12-05 Thread Lee Eakin
ot reaped the status with wait(). > > > > It sounds like your perl script is reading from the rsync > > output and failing to check for EOF. If you described or > > better sent your perl script someone might be able to help. > > > > > > -- > > _____

Re: transferring individual files question, pull vs. push

2002-03-19 Thread Lee Eakin
t get it to work nor can I find any good documentation for > what I want to do. Any ideas, anyone? > > Thanks in advance! > > Regards, > > Jeff > > > -- > To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync > Before posting, rea

Re: rsync 2.5.4 -v output (minor knit)

2002-03-15 Thread Lee Eakin
if (show_filelist_p()) > + if (show_filelist_p() && f != -1) { > finish_filelist_progress(flist); > + } > > clean_flist(flist, 0); > ---end quoted text--- -- Lee Eakin - [EMAIL PROTECTED] "SPOON!" --The Tick

Re: rsync 2.5.4 -v output (minor knit)

2002-03-14 Thread Lee Eakin
Re: rsync 2.5.4 -v output (minor knit) > Date: Thu, 14 Mar 2002 12:37:54 -0600 > > On Wed, Mar 13, 2002 at 03:44:36PM -0600, Lee Eakin wrote: > > I noticed a difference in verbose output that appears to be unintentional. > > it first prints 'receiving file list ...

Re: rsync 2.5.4 -v output (minor knit)

2002-03-14 Thread Lee Eakin
0600 > > On Wed, Mar 13, 2002 at 03:44:36PM -0600, Lee Eakin wrote: > > I noticed a difference in verbose output that appears to be unintentional. > > it first prints 'receiving file list ...', then builds the list and prints > > 'done\n'. I haven&#x

rsync 2.5.4 -v output (minor knit)

2002-03-13 Thread Lee Eakin
I noticed a difference in verbose output that appears to be unintentional. it first prints 'receiving file list ...', then builds the list and prints 'done\n'. I haven't figured out the exact conditions yet, but with multiple remote sources (remote shell expands) it sometimes prints the 'done\n'

Re: rsync daemon

2000-12-19 Thread Lee Eakin
The other option is to replace inetd with xinetd. It offers config options so you can tune the loop termination among other things. If you have a high-use rsync daemon then standalone is probably best. -Lee ---begin quoted text--- > From: Dave Dykstra <[EMAIL PROTECTED]> > Subject: Re: rsync

Re: Rsync and perl

2000-10-11 Thread Lee Eakin
ng if anyone has built a Rsync module for perl. > I writing some scripts in perl and it would be alot easier if there was one. > > If not anyone have any Idea's on how to start writing a module for this. > I guess I should read the perl news groups for this > > &g