Re: [Bacula-users] Fileset: How exclude all except...

2011-06-18 Thread Dan Langille
On Jun 18, 2011, at 9:19 AM, Stuart McGraw wrote: > On 06/16/2011 10:38 AM, Christian Manal wrote: >> Am 16.06.2011 18:12, schrieb Stuart McGraw: >>> I am having some difficulty specifying a fileset. >>> >>> I want to exclude all dot files in home directories >>> ("/home/*/.*"), *except* the di

Re: [Bacula-users] Fileset: How exclude all except...

2011-06-18 Thread Andrea Conti
Hello, > I want to exclude all dot files in home directories > ("/home/*/.*"), *except* the directories "/home/*/.backup/". > > Any hints on how to do this? If you want to exclude dot _files_ (i.e. you don't care about directories whose name starts with a dot other than .backup), and assuming y

Re: [Bacula-users] Fileset: How exclude all except...

2011-06-18 Thread Stuart McGraw
On 06/16/2011 10:38 AM, Christian Manal wrote: > Am 16.06.2011 18:12, schrieb Stuart McGraw: >> I am having some difficulty specifying a fileset. >> >> I want to exclude all dot files in home directories >> ("/home/*/.*"), *except* the directories "/home/*/.backup/". >> >> Any hints on how to do