>> 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
>>}
>>
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>
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
> -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
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