Bacula-users

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 05:33:07
Subject: Re: [Bacula-users] Exclude = yes, or not?
From: Gavin McCullagh <gavin.mccullagh AT gcd DOT ie>
To: Mauro Colorio <mauro.colorio AT gmail DOT com>
Date: Wed, 1 Jun 2011 10:30:12 +0100
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

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