Am 01.06.2011 11:30, schrieb Gavin McCullagh:
> On Wed, 01 Jun 2011, Mauro Colorio wrote:
>
>> what's wrong?
>>
>> FileSet {
>>    Name = "my Set"
>>    Include {
>>      Options {
>>        Ignore Case = yes;
>>      }
>>      File = "E:/Shared/"
>>    }
>>    Include {
>>      Options {
>>        Exclude = yes;
>>        Ignore Case = yes;
>>      }
>>
>>      File = "E:/Shared/foo"
>>      File = "E:/Shared/bar"
>>
>>      }
>> }
>>
>> the job using this fileset still tries to backup folders and file
>> under E:/Shared/foo,
>> any hint?
> Should the stanza it's in not be an "Exclude" not an "Include"?
>
>     Exclude {
>       Options {
>         Ignore Case = yes;
>       }
>       File = "E:/Shared/foo"
>       File = "E:/Shared/bar"
>     }
>
> Gavin
>
>
>
> ------------------------------------------------------------------------------
> Simplify data backup and recovery for your virtual environment with vRanger.
> Installation's a snap, and flexible recovery options mean your data is safe,
> secure and there when you need it. Data protection magic?
> Nope - It's vRanger. Get your free trial download today.
> http://p.sf.net/sfu/quest-sfdev2dev
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
here bacula-dir complains about:

01-Jun 11:42 bacula-dir: ERROR in inc_conf.c:721 Config error: Options 
section not permitted in Exclude

greetings.

juergen

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to