Bacula-users

[Bacula-users] Folder Exclusion... didn't work

2009-04-06 18:02:56
Subject: [Bacula-users] Folder Exclusion... didn't work
From: Thomas Manson <dev.mansonthomas AT gmail DOT com>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 6 Apr 2009 23:58:29 +0200
Hi,


I'm trying to exclude a list of folder from the backup, but it didn't
work (my backup is still huge as before)


The fileset is defined like this :

FileSet {
  Name = "machine.domain.fr.FileSet"
  Include {
    Options {
      signature   = SHA1
      compression = GZIP
    }
    File = /etc
    File = /home
    File = /usr/src/makeHttpd
    File = /root
    File = /backup/lastbackup
  }
  Exclude {
    File = 
"</usr/local/bin/scripts/bacula/excludeFolderList/machine.domain_excludeFolderList.txt"
  }
}


the local file (from the director point of view)

/usr/local/bin/scripts/bacula/excludeFolderList/machine.domain_excludeFolderList.txt

is generated with the following script

find /home -name .bacula_exclude | sed 's/.bacula_exclude//' >
/root/scripts/bacula/excludeFolderList
(and then copied from the client to the directory machine via a scp)

which is executed as a Run Before Job.

Do you see anything wrong ?

Thomas.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users