[Bacula-users] bacula-dir incl help

2012-11-21 Thread Troy Kocher
All

I have the following in my bacula-dir.conf:

FileSet{
Name = "Microsoft_MTA3"
Include {
Options {
  Compression = GZIP
  signature = MD5
  Exclude = yes
  IgnoreCase = yes
  }
  @/usr/local/etc/backuplist/mta3_backuplist
}}  


#cat backuplist/mta3_backuplist 
File = "C:/"
WildDir = "[A-Z]:/Documents and Settings/*/Application 
Data/*/Profiles/*/*/Cache"
WildDir = "[A-Z]:/Documents and Settings/*/Application 
Data/*/Profiles/*/*/Cache.Trash"
WildDir = "[A-Z]:/Documents and Settings/*/Application 
Data/*/Profiles/*/*/ImapMail" 
..cut..

trying to start and I receive this complaint:

#bacula start
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
21-Nov 11:34 bacula-dir: ERROR TERMINATION at inc_conf.c:411
Config error: Keyword WildDir not permitted in this resource
: line 2, col 8 of file /usr/local/etc/backuplist/mta3_backuplist
WildDir = "[A-Z]:/Documents and Settings/*/Application 
Data/*/Profiles/*/*/Cache"


But when my bacula-dir.conf has the Wild keyword without an include file 
director starts.  

FileSet{
   Name = "Microsoft_MTA3"
   Include {
  Options {
Compression = GZIP
signature = MD5
Exclude = yes
IgnoreCase = yes

  WildDir = "[A-Z]:/Documents and Settings/*/Application 
Data/*/Profiles/*/*/Cache"
  WildDir = "[A-Z]:/Documents and Settings/*/Application 
Data/*/Profiles/*/*/Cache.Trash"
  WildDir = "[A-Z]:/Documents and Settings/*/Application 
Data/*/Profiles/*/*/ImapMail"
..cut..
  WildDir = "[A-Z]:/psdata"
   }
  File = "C:/"
  }}

I suspect I've something simple wrong.  Could someone offer some assistance.

Thanks you
Troy



_
Scanned by IBM Email Security Management Services 
powered by MessageLabs.
_

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-dir incl help

2012-11-21 Thread Melissari, Ryan
> All
> 
> I have the following in my bacula-dir.conf:
> 
> FileSet{
> Name = "Microsoft_MTA3"
> Include {
> Options {
>   Compression = GZIP
>   signature = MD5
>   Exclude = yes
>   IgnoreCase = yes
>   }
>   @/usr/local/etc/backuplist/mta3_backuplist
> }}
> 
> 
> #cat backuplist/mta3_backuplist
> File = "C:/"
> WildDir = "[A-Z]:/Documents and Settings/*/Application
> Data/*/Profiles/*/*/Cache"
> WildDir = "[A-Z]:/Documents and Settings/*/Application
> Data/*/Profiles/*/*/Cache.Trash"
> WildDir = "[A-Z]:/Documents and Settings/*/Application
> Data/*/Profiles/*/*/ImapMail"
> ..cut..
> 
> trying to start and I receive this complaint:
> 
> #bacula start
> Starting the Bacula Storage daemon
> Starting the Bacula File daemon
> Starting the Bacula Director daemon
> 21-Nov 11:34 bacula-dir: ERROR TERMINATION at inc_conf.c:411
> Config error: Keyword WildDir not permitted in this resource
> : line 2, col 8 of file
> /usr/local/etc/backuplist/mta3_backuplist
> WildDir = "[A-Z]:/Documents and Settings/*/Application
> Data/*/Profiles/*/*/Cache"
> 
> 
> But when my bacula-dir.conf has the Wild keyword without an include
> file director starts.
> 
> FileSet{
>Name = "Microsoft_MTA3"
>Include {
>   Options {
> Compression = GZIP
> signature = MD5
> Exclude = yes
> IgnoreCase = yes
> 
>   WildDir = "[A-Z]:/Documents and Settings/*/Application
>   Data/*/Profiles/*/*/Cache"
>   WildDir = "[A-Z]:/Documents and Settings/*/Application
>   Data/*/Profiles/*/*/Cache.Trash"
>   WildDir = "[A-Z]:/Documents and Settings/*/Application
>   Data/*/Profiles/*/*/ImapMail"
> ..cut..
>   WildDir = "[A-Z]:/psdata"
>}
>   File = "C:/"
>   }}
> 
> I suspect I've something simple wrong.  Could someone offer some
> assistance.
> 
> Thanks you
> Troy
> 
> 
> 
> _
> Scanned by IBM Email Security Management Services
> powered by MessageLabs.
> _
> 
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases,
> vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

Troy,

The WildDir flag needs to be in an Options {} resource.  In your fileset, you 
closed the Options resource before you brought in mta3_backuplist.  Move 
"@/usr/local/etc/backuplist/mta3_backuplist" inside your Options {} and it 
should work.  You will probably also have to take File = "C:/" out of 
mta3_backuplist and move it outside your Options resource.  Another way to do 
it would be to add another Option resource inside the mta3_backuplist file that 
contains your WildDir excludes.  

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-dir incl help

2012-11-21 Thread Troy Kocher
On 21,Nov 2012, at 2:20 PM, Melissari, Ryan wrote:

>> All
>> 
>> I have the following in my bacula-dir.conf:
>> 
>> FileSet{
>>Name = "Microsoft_MTA3"
>>Include {
>>Options {
>>  Compression = GZIP
>>  signature = MD5
>>  Exclude = yes
>>  IgnoreCase = yes
>>  }
>>  @/usr/local/etc/backuplist/mta3_backuplist
>>}}
>> 
>> 
>> #cat backuplist/mta3_backuplist
>> File = "C:/"
>> WildDir = "[A-Z]:/Documents and Settings/*/Application
>> Data/*/Profiles/*/*/Cache"
>> WildDir = "[A-Z]:/Documents and Settings/*/Application
>> Data/*/Profiles/*/*/Cache.Trash"
>> WildDir = "[A-Z]:/Documents and Settings/*/Application
>> Data/*/Profiles/*/*/ImapMail"
>> ..cut..
>> 
>> trying to start and I receive this complaint:
>> 
>> #bacula start
>> Starting the Bacula Storage daemon
>> Starting the Bacula File daemon
>> Starting the Bacula Director daemon
>> 21-Nov 11:34 bacula-dir: ERROR TERMINATION at inc_conf.c:411
>> Config error: Keyword WildDir not permitted in this resource
>>: line 2, col 8 of file
>>/usr/local/etc/backuplist/mta3_backuplist
>> WildDir = "[A-Z]:/Documents and Settings/*/Application
>> Data/*/Profiles/*/*/Cache"
>> 
>> 
>> But when my bacula-dir.conf has the Wild keyword without an include
>> file director starts.
>> 
>> FileSet{
>>   Name = "Microsoft_MTA3"
>>   Include {
>>  Options {
>>Compression = GZIP
>>signature = MD5
>>Exclude = yes
>>IgnoreCase = yes
>> 
>>  WildDir = "[A-Z]:/Documents and Settings/*/Application
>>  Data/*/Profiles/*/*/Cache"
>>  WildDir = "[A-Z]:/Documents and Settings/*/Application
>>  Data/*/Profiles/*/*/Cache.Trash"
>>  WildDir = "[A-Z]:/Documents and Settings/*/Application
>>  Data/*/Profiles/*/*/ImapMail"
>> ..cut..
>>  WildDir = "[A-Z]:/psdata"
>>   }
>>  File = "C:/"
>>  }}
>> 
>> I suspect I've something simple wrong.  Could someone offer some
>> assistance.
>> 
>> Thanks you
>> Troy
>> 
>> 
>> 
>> 
> 
> Troy,
> 
> The WildDir flag needs to be in an Options {} resource.  In your fileset, you 
> closed the Options resource before you brought in mta3_backuplist.  Move 
> "@/usr/local/etc/backuplist/mta3_backuplist" inside your Options {} and it 
> should work.  You will probably also have to take File = "C:/" out of 
> mta3_backuplist and move it outside your Options resource.  Another way to do 
> it would be to add another Option resource inside the mta3_backuplist file 
> that contains your WildDir excludes.  
> 

Ryan, 

Thanks for taking time to look at that for me.  That was exactly the problem.

All the best!

Troy

_
Scanned by IBM Email Security Management Services 
powered by MessageLabs.
_

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users