Bacula-users

[Bacula-users] Wildcards problem

2011-10-14 05:22:05
Subject: [Bacula-users] Wildcards problem
From: Dimitri Gourdon <dgourdon AT itool DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 14 Oct 2011 11:02:23 +0200
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>