Re: exclude all but specifice files in dir

2006-02-22 Thread Wayne Davison
On Wed, Feb 22, 2006 at 03:18:11AM -0600, Harry Putnam wrote: > + .kde*/share/apps/konqueror/bookmarks.xml > /.kde** You need to restore all the directory includes from your first email: + .kde*/ + .kde*/share/ + .kde*/share/apps/ + .kde*/share/apps/konqueror/ + .kde*/share/apps/konqueror/boo

Re: exclude all but specifice files in dir

2006-02-22 Thread Harry Putnam
Matt McCutchen <[EMAIL PROTECTED]> writes: > On Wed, 2006-02-15 at 18:33 -0600, Harry Putnam wrote: >> Wayne Davison <[EMAIL PROTECTED]> writes: >> > On Tue, Feb 14, 2006 at 03:09:48AM -0600, Harry Putnam wrote: >> >> - /.kde* >> > >> > That doesn't exclude anything, since you already included t

Re: exclude all but specifice files in dir

2006-02-15 Thread Matt McCutchen
On Wed, 2006-02-15 at 18:33 -0600, Harry Putnam wrote: > Wayne Davison <[EMAIL PROTECTED]> writes: > > On Tue, Feb 14, 2006 at 03:09:48AM -0600, Harry Putnam wrote: > >> - /.kde* > > > > That doesn't exclude anything, since you already included things that > > match that. You should be using "-

Re: exclude all but specifice files in dir

2006-02-15 Thread Harry Putnam
Wayne Davison <[EMAIL PROTECTED]> writes: > On Tue, Feb 14, 2006 at 03:09:48AM -0600, Harry Putnam wrote: >> - /.kde* > > That doesn't exclude anything, since you already included things that > match that. You should be using "- *" to exclude everything else other > than what was explicitly inc

Re: exclude all but specifice files in dir

2006-02-14 Thread Wayne Davison
On Tue, Feb 14, 2006 at 03:09:48AM -0600, Harry Putnam wrote: > - /.kde* That doesn't exclude anything, since you already included things that match that. You should be using "- *" to exclude everything else other than what was explicitly included. ..wayne.. -- To unsubscribe or change option

exclude all but specifice files in dir

2006-02-14 Thread Harry Putnam
How can I accomplish this: Include ~/.kde*/some/deeper/path/bookmark.xml But excldue all the other files under ~/.kde* That is, I want only one file from this directory of dozens of files. One of the examples given in man rsync appears to be about this kind of problem: One