Bacula-users

[Bacula-users] Exclude Directory

2016-07-25 12:28:11
Subject: [Bacula-users] Exclude Directory
From: Gama Ray <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 22 Jul 2016 03:48:24 -0700
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
  }
}

This don't exlude thingy directory.

I have to write full name like
File = /data/thingy
to exclude the directory

My problem is that this directory can be found in other subdirectories whose 
name can be variable over time.

Thanks

+----------------------------------------------------------------------
|This was sent by cristovao.degama AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
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>
  • [Bacula-users] Exclude Directory, Gama Ray <=