Bacula-users

Re: [Bacula-users] Exclude directories

2011-09-26 05:11:31
Subject: Re: [Bacula-users] Exclude directories
From: Graham Keeling <graham AT equiinet DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 26 Sep 2011 10:09:37 +0100
On Mon, Sep 26, 2011 at 04:47:11PM +0800, Lyn Amery wrote:
> 
> Hi all,
> 
> I've been wading through the documentation on how to exclude 
> files and directories from backup jobs but have had no luck.
> I'm trying to exclude files like .pgpass and .svn directories
> from wherever they occur in the filesystem.
> 
> The following works for /tmp and /var/tmp but seems to have 
> no effect on directories named .svn:
> 
>   Exclude {
>    File = /tmp
>    File = /var/tmp
>    File = ".svn"
>   }
> 
> (I've also tried it without the quotes, i.e. File = .svn)
> 
> The examples in the official Bacula documentation seem to 
> indicate that it should "just work".  Have I missed the point?
> 
> I'm using the latest Bacula 5.0.3.

Have you tried "WildFile"?


------------------------------------------------------------------------------
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-d2dcopy1
_______________________________________________
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>