Re: error in rsync protocol data stream

2004-02-12 Thread Lee Eakin
://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html -- Lee Eakin - [EMAIL PROTECTED] Gerrold's Fundamental Truth: It's a good thing money can't buy happiness. We couldn't stand the commercials. -- To unsubscribe or change options: http

Re: specifying a list of files to transfer

2003-01-17 Thread Lee Eakin
/packages doesn't exist it should be created with perms from source but it should not be recoursed. This example is drawn from one of the most recent emails requesting this feature. ---end quoted text--- -- Lee Eakin - [EMAIL PROTECTED] Life's not fair, but the root password helps

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 key restrictions. OK, I thank you both

Re: specifying a list of files to transfer

2003-01-15 Thread Lee Eakin
--- 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 which individual files are accessed ... This should

Re: specifying a list of files to transfer

2003-01-14 Thread Lee Eakin
://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html ---end quoted text--- -- Lee Eakin - [EMAIL PROTECTED] With sufficient thrust, pigs fly just fine. -- RFC 1925 -- To unsubscribe or change options: http://lists.samba.org/mailman

Re: specifying a list of files to transfer

2003-01-14 Thread Lee Eakin
. ---end quoted text--- -- Lee Eakin - [EMAIL PROTECTED] - Internet/Naming Services, Texas Instruments LAWS OF COMPUTER PROGRAMMING: II. Any given program costs more and takes longer. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read

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 or

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 20:07:58 -0800 Nope. The files-from contents needs to passed

Re: Rsync, Perl and samba filesystem (smbfs)

2002-12-05 Thread Lee Eakin
] -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html ---end quoted text--- -- Lee Eakin - [EMAIL PROTECTED] Harrison's Postulate: For every action, there is an equal and opposite criticism

Re: rsync 2.5.4 -v output (minor knit)

2002-03-15 Thread Lee Eakin
) { finish_filelist_progress(flist); + } clean_flist(flist, 0); ---end quoted text--- -- Lee Eakin - [EMAIL PROTECTED] SPOON! --The Tick There is no spoon. --Neo, The Matrix -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before

Re: rsync 2.5.4 -v output (minor knit)

2002-03-14 Thread Lee Eakin
PROTECTED] Subject: Re: rsync 2.5.4 -v output (minor knit) Mail-Followup-To: Dave Dykstra [EMAIL PROTECTED], [EMAIL PROTECTED] User-Agent: Mutt/1.3.27i X-BeenThere: [EMAIL PROTECTED] X-Mailman-Version: 2.0.8 Date: Thu, 14 Mar 2002 12:37:54 -0600 On Wed, Mar 13, 2002 at 03:44:36PM -0600, Lee Eakin

Re: rsync 2.5.4 -v output (minor knit)

2002-03-14 Thread Lee Eakin
, 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 ...', then builds the list and prints 'done\n'. I haven't figured out the exact conditions

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