Re: [Bacula-users] Wildcards problem

2011-10-24 Thread R . Lindner
> Hi, > > So i have tried your suggestions, so my fileset is now like that : > > FileSet { >Name = "X" >Include { > Options { >signature = SHA1 >compression=GZIP >wilddir = "/data/backup/DB-ADMIN*/" > } >File = /data/backup >} > } > > And it

Re: [Bacula-users] Wildcards problem

2011-10-24 Thread Ben Walton
Excerpts from Dimitri Gourdon's message of Mon Oct 24 09:24:25 -0400 2011: > But I don't want to exclude directories like /data/backup/DB-ADMIN* > , I want to backup only them ! (not the other files in /data/backup) I'm sorry, you're right. I'd forgotten some of the details and didn't pay enough

Re: [Bacula-users] Wildcards problem

2011-10-24 Thread Dimitri Gourdon
But I don't want to exclude directories like /data/backup/DB-ADMIN* , I want to backup only them ! (not the other files in /data/backup) Le 24/10/2011 15:12, Ben Walton a écrit : > Excerpts from Dimitri Gourdon's message of Mon Oct 24 07:34:53 -0400 2011: > > Hi Dimitri, > >> FileSet { >> Nam

Re: [Bacula-users] Wildcards problem

2011-10-24 Thread Ben Walton
Excerpts from Dimitri Gourdon's message of Mon Oct 24 07:34:53 -0400 2011: Hi Dimitri, > FileSet { >Name = "X" >Include { > Options { >signature = SHA1 >compression=GZIP >wilddir = "/data/backup/DB-ADMIN*/" > } >File = /data/backup >} > } You

Re: [Bacula-users] Wildcards problem

2011-10-24 Thread Dimitri Gourdon
Hi, So i have tried your suggestions, so my fileset is now like that : FileSet { Name = "X" Include { Options { signature = SHA1 compression=GZIP wilddir = "/data/backup/DB-ADMIN*/" } File = /data/backup } } And it don't work as expected ! I've also

Re: [Bacula-users] Wildcards problem

2011-10-21 Thread Martin Simmons
> On Fri, 21 Oct 2011 15:40:10 +0200, Dimitri Gourdon said: > > Le 14/10/2011 11:02, Dimitri Gourdon a écrit : > > Hi all, > > > > I use Bacula 5.0.2 on debian stable 6.0.2. > > I want to setup a fileset to match some directories to backup. The > > directories are like this : > > > > ... > >

Re: [Bacula-users] Wildcards problem

2011-10-21 Thread Konstantin Khomoutov
On Fri, 21 Oct 2011 15:40:10 +0200 Dimitri Gourdon wrote: > Nobody can help me on this problem ? There were two suggestions: [1]. Did you try them? Did they work? 1. http://thread.gmane.org/gmane.comp.sysutils.backup.bacula.general/68165 -

Re: [Bacula-users] Wildcards problem

2011-10-21 Thread Ben Walton
Excerpts from Dimitri Gourdon's message of Fri Oct 14 05:02:23 -0400 2011: Hi Dimitri, >wild = "/data/backup/DB-ADMIN*/" Did you try wilddir? http://www.bacula.org/5.0.x-manuals/en/main/main/Configuring_Director.html#8672 Thanks -Ben -- Ben Walton Systems Programmer - CHASS University

Re: [Bacula-users] Wildcards problem

2011-10-21 Thread Dimitri Gourdon
Hi, Nobody can help me on this problem ? Le 14/10/2011 11:02, Dimitri Gourdon a écrit : > Hi all, > > I use Bacula 5.0.2 on debian stable 6.0.2. > I want to setup a fileset to match some directories to backup. The > directories are like this : > > ... > /data/backup/DB-ADMIN-2011-10-12/ > /data/

Re: [Bacula-users] Wildcards problem

2011-10-19 Thread Konstantin Khomoutov
On Fri, Oct 14, 2011 at 11:02:23AM +0200, Dimitri Gourdon wrote: > I use Bacula 5.0.2 on debian stable 6.0.2. > I want to setup a fileset to match some directories to backup. The > directories are like this : > > ... > /data/backup/DB-ADMIN-2011-10-12/ > /data/backup/DB-ADMIN-2011-10-13/ > /data

[Bacula-users] Wildcards problem

2011-10-14 Thread Dimitri Gourdon
Hi all, I use Bacula 5.0.2 on debian stable 6.0.2. I want to setup a fileset to match some directories to backup. The directories are like this : ... /data/backup/DB-ADMIN-2011-10-12/ /data/backup/DB-ADMIN-2011-10-13/ /data/backup/DB-ADMIN-2011-10-14/ ... And everyday a new directory is created