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.

So my fileset :

FileSet {
   Name = "XXXXX"
   Include {
     Options {
       signature = SHA1
       compression=GZIP
       wild = "/data/backup/DB-ADMIN*/"
     }

   }
}

My problem is that no file match ! I think it's a problem with the 
fileset wildcard cause everything (!) else work well. I've tried a lot 
of things, read documentation, search on google, etc... I cannot do this 
! Can someone help me ???

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to