Bacula-users

[Bacula-users] Exclude dir containing -> Invalid fileset command

2010-12-07 05:12:44
Subject: [Bacula-users] Exclude dir containing -> Invalid fileset command
From: Christoph Litauer <litauer AT uni-koblenz DOT de>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Tue, 7 Dec 2010 11:09:25 +0100
Dear bacula users,

my bacula version is 5.0.3. I am trying to use the "exclude dir containing" 
directive but only get fatal errors complaining about "Invalid FileSet command" 
when running my backup jobs.

My FileSet is:

# List of files to be backed up
FileSet {
  Name = "client files-to-backup"
  Ignore FileSet Changes = yes
  Include {
    Options {
      signature = MD5
      compression=GZIP1
    }
    File = "\\</etc/bacula/files-to-backup"
    ExcludeDirContaining = .nobackup
  }

  Exclude {
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
    File = /var/cache/apache2
    File = /var/log
  }
}

On the client exists /etc/bacula-files-to-backup containing a list of 
filesystems to be backup'd, line by line (/, /var, /boot).

Is the combination of "\<filename" and "exclude dir containing" not allowed?

--
Kind regards
Christoph
_________________________________________
Christoph Litauer
Uni Koblenz, Computing Centre, Office A 022    
Postfach 201602, 56016 Koblenz     
Fon: +49 261 287-1311, Fax: -100 1311





------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
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>