Re: [Bacula-users] Exclude Directory

2016-07-26 Thread Heitor Faria
>> Hello, >> I use Bacula 7.0.5 on CentOS6.4 >> >> I want to exclude all directories with names like " thingy " without the >> whole >> way . >> >> ]FileSet >> { >> Name = "FileSet_data" >> Include { Options { signature = SHA1; aclsupport = yes } >> File = /data >>} >>

Re: [Bacula-users] Exclude Directory

2016-07-26 Thread Charles
On 26/07/16 11:39, bacula-users-requ...@lists.sourceforge.net wrote: > Date: Fri, 22 Jul 2016 03:48:24 -0700 > From: Gama Ray > Subject: [Bacula-users] Exclude Directory > To: bacula-users@lists.sourceforge.net > Message-ID: <1469184504.m2f.417...@www.backupcentral.com>

[Bacula-users] Exclude Directory

2016-07-25 Thread Gama Ray
Hello, I use Bacula 7.0.5 on CentOS6.4 I want to exclude all directories with names like " thingy " without the whole way . ]FileSet { Name = "FileSet_data" Include { Options { signature = SHA1; aclsupport = yes } File = /data } Exclude { File = thingy

Re: [Bacula-users] Exclude Directory contents

2008-10-06 Thread Dagan McGregor
> -Original Message- > From: Michael Reifenberger [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 7 October 2008 7:52 AM > To: bacula-users@lists.sourceforge.net > Subject: [Bacula-users] Exclude Directory contents > > Hi, > what is the official way to exclude the cont

[Bacula-users] Exclude Directory contents

2008-10-06 Thread Michael Reifenberger
Hi, what is the official way to exclude the content of a directory but include the directory itself in an Fileset definition. We often have the situation that we want to backup the directory entry for /tmp (since its a mountpoint) but not its contents... The example below would not satisfy this re