include/exclude ?

2001-11-30 Thread Kapoor, Nishikant X
All, Could someone please help me resolve this: [admx:test] $ ls ERR01 ah01 ah02 an01 an02 mp01 mp02 [admx:test] $ ls {an,mp,ERR}* ERR01 an01 an02 mp01 mp02 I want to rsync only the {an,mp,ERR}* files across using the following command but do not see the expected results.

Re: include/exclude ?

2001-11-30 Thread tim . conway
rsync doesn't do the odd wildcard syntax you show there... you'll have to do --include=an* --include=mp* --include=ERR* Tim Conway [EMAIL PROTECTED] 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips,

Any chance of --no-detatch in the next release

2001-11-30 Thread Max Bowsher
This option is required for use on cygwin in server mode - so integrating it into the main code would be very helpful for us cygwinners. It is after all a rather small patch - doesn't clutter up the code that much :-) Max.

Re: open issue regarding local copies and -W

2001-11-30 Thread Dave Dykstra
On 4 Sep 2001 21:24:33 +1000, Martin Poole [EMAIL PROTECTED] wrote: On 14 Aug 2001, Dave Dykstra [EMAIL PROTECTED] wrote: Martin, I want to remind you that there's still an open issue regarding copies when both source and destination are on the local machine (including over NFS):

Re: cannot create .hosts.b0WX1x : File exists

2001-11-30 Thread Dave Dykstra
On Fri, Nov 30, 2001 at 12:08:19AM +0100, Rok Krulec wrote: Hello Dave, What version of sources is that which had mkstemp at line 121 of syscall.c? It's surprising that you could just replace one with the other, as mkstemp is supposed to open the file and mktemp is not supposed to. It

Re: Why does one of there work and the other doesn't

2001-11-30 Thread Randy Kramer
Martin Pool wrote: Ian Kettleborough [EMAIL PROTECTED] wrote: 1. How much memory does each file to be copied need. Obvisiouly I have too many files. Hard to say exactly. On the order of a hundred bytes per file. I may have misunderstood the question, but maybe we should point out that,

RE: include/exclude ?

2001-11-30 Thread Kapoor, Nishikant X
It is finally working but I am not sure if I understand it right. It seems to me that the order in which 'include' and 'exclude' exist in the command line is making all the difference. Check out the following two commands: *** include is BEFORE exclude - Working fine ! *** [admx:test] $ rsync

RE: include/exclude ?

2001-11-30 Thread tim . conway
You're right. the order dependency actually lets you create very complex include/exclude rules. for each item, each --include and --exclude is evaluated in commandline order, until the item has either passed all the tests, and is thus included, or has been excluded, at which point

Re: include/exclude ?

2001-11-30 Thread Dave Dykstra
On Fri, Nov 30, 2001 at 03:18:16PM -0700, [EMAIL PROTECTED] wrote: You're right. the order dependency actually lets you create very complex include/exclude rules. for each item, each --include and --exclude is evaluated in commandline order, until the item has either passed all the

RE: Why does one of there work and the other doesn't

2001-11-30 Thread David Bolen
From: Randy Kramer [mailto:[EMAIL PROTECTED]] I am not sure which end the 100 bytes per file applies to, and I guess that is the RAM memory footprint?. Does rsync need 100 bytes for each file that might be transferred during a session (all files in the specified directory(ies)), or does it

command= and arbitrary keys...

2001-11-30 Thread Dave Wreski
Hi all, I've asked this question before, but I was never able to fix the problem, and now it's back again and I'd like to try and resolve it. I have an authorized_keys file with about twenty keys, most of which are prefaced with command=/usr/bin/rsync If I put my host key at the top of the