Re: Include files though directory excluded

2003-02-18 Thread jw schultz
On Tue, Feb 18, 2003 at 01:34:00PM +0100, Gregor Waluga wrote: > Am Dienstag, 18. Februar 2003 02:04 schrieb Max Bowsher: > > Hi, > > With Schultz's hint it works fine now. Thanks! > I didn't know before that I have to include the parent directories... > > > NB: * will match dotfiles. No need fo

Re: Include files though directory excluded

2003-02-18 Thread Gregor Waluga
Am Dienstag, 18. Februar 2003 02:04 schrieb Max Bowsher: Hi, With Schultz's hint it works fine now. Thanks! I didn't know before that I have to include the parent directories... > NB: * will match dotfiles. No need for .* as well. Really? As I understood the FAQ entry [1], * maches all files be

Re: Include files though directory excluded

2003-02-17 Thread jw schultz
On Tue, Feb 18, 2003 at 01:04:28AM -, Max Bowsher wrote: > Gregor Waluga wrote: > > + .kde/share/apps/kabc/ > > + .kde/share/apps/kbear/ > > + .kde/share/apps/kopete/ > > + .kde/share/apps/korganizer/ > > + .kde/share/apps/quanta/ > > + .gaim/ > > + .gaimrc > > + .OpenOffice/user/config/ > > +

Re: Include files though directory excluded

2003-02-17 Thread Max Bowsher
Gregor Waluga wrote: > + .kde/share/apps/kabc/ > + .kde/share/apps/kbear/ > + .kde/share/apps/kopete/ > + .kde/share/apps/korganizer/ > + .kde/share/apps/quanta/ > + .gaim/ > + .gaimrc > + .OpenOffice/user/config/ > + .OpenOffice/user/wordbook/ > - * > - .* + .kde/share/apps/kabc/ + .kde/share/app

Re: Include files though directory excluded

2003-02-17 Thread Max Bowsher
Gregor Waluga wrote: > Am Dienstag, 18. Februar 2003 01:04 schrieb Max Bowsher: > > Hi, > >>> My general problem is, that I want to use an include-file, where >>> also exludes are listed. Here's my file (base directory is >>> /home/gregor/): >>> - * >>> - .* >>> + .kde/share/apps/kabc/* >>> + .kde/

Re: Include files though directory excluded

2003-02-17 Thread Gregor Waluga
Am Dienstag, 18. Februar 2003 01:04 schrieb Max Bowsher: Hi, > > My general problem is, that I want to use an include-file, where also > > exludes are listed. Here's my file (base directory is /home/gregor/): > > - * > > - .* > > + .kde/share/apps/kabc/* > > + .kde/share/apps/kbear/* > > + .kde/s

Re: Include files though directory excluded

2003-02-17 Thread Max Bowsher
Gregor Waluga wrote: > Hi, > > I got a little question on the rsync-option include/exclude: > I excluded all hidden files in my home-directory but I want two files > to be included. I used following command: > > gregor@notebook:~> rsync -avzuPn -e ssh --exclude=.* --exclude=* > --include=.kderc --i

Include files though directory excluded

2003-02-17 Thread Gregor Waluga
Hi, I got a little question on the rsync-option include/exclude: I excluded all hidden files in my home-directory but I want two files to be included. I used following command: gregor@notebook:~> rsync -avzuPn -e ssh --exclude=.* --exclude=* --include=.kderc --include=.gaimrc /home/gregor/ 192.