Re: [Bacula-users] Excluding files and directories recursive

2011-11-04 Thread Martin Simmons
 On Fri, 04 Nov 2011 13:51:39 +0100, Thomas Schweikle said:

 Any idea why /var/lib/postgresql is descended into?

I think Bacula can't exclude something that is specifically listed as a top
level include.


 And how do I exclude it the right way?

Change the script to remove it like you do with /BACKUP/.

__Martin

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] excluding files?

2007-06-04 Thread Arno Lehmann
Hi,

On 6/2/2007 6:26 PM, mikee wrote:
 I know how to exclude files that have an absolute path.
 How do I exclude any *.a|*.o|*.dynlib|*.lib|*.so that is
 in the home directories of my users (/home/.../*.a)?

With an options section. Use a wild card path or regular expression, and 
set Exclude=Yes.

Getting this working can be a challenge as you have to observe the order 
of options sections in the file set.

Use the 'estimate listing' command to see if you get this set up, and if 
you experience problems as again!

Arno

 Mike
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Excluding files?

2005-08-22 Thread Kern Sibbald
Try enclosing your wild-card strings in double quotes.

On Monday 22 August 2005 10:16, Jan Johansson wrote:
 I thought I would cut down on backed up data, by excluding old log
 files, but the below fileset still backs up every tgz and tar.gz file
 under my /var/log dirs, so whats the _proper_ way to do this?


 FileSet {
   Name = Full excl old logs and mySQL
   Include {
 Options {
   signature = MD5
   Exclude = yes
   wildfile = *.MYI
   wildfile = *.MYD
 }
 Options {
 Wilddir = /var/log
 Wildfile = *.tgz
 Wildfile = *.tar.gz
 }
 File = /
   }

   Exclude {
 File = /proc
 File = /tmp
 File = /.journal
 File = /.fsck
   }
 }


 ---
 SF.Net email is Sponsored by the Better Software Conference  EXPO
 September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
 Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
 Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
Best regards,

Kern

  (
  /\
  V_V


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users