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
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
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 "-
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
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
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