Martin Simmons wrote:

On Sun, 19 Feb 2006 15:45:46 +0100, Julien Cigar <[EMAIL PROTECTED]> said:
I have also some problems with filesets (bacula 1.36.3), I have :

*show filesets
FileSet: name=canis-fs
     O 0M00
     N
     I /etc
     I /home/admin
     I /home/aheugheb
     I /home/andimuba
     I /home/fwautele
     I /home/gbottu
     I /home/jcigar
     I /home/jdelaet
     I /home/jduflost
     I /home/jnuytinc
     I /home/pmergen
     I /home/rherzog
     I /home/sys_cvs
     I /home/sys_ldap
     I /home/sys_postgresql/dumps
     I /home/sys_samba
     I /home/sys_svn
     I /home/sys_www
     I /home/vledent
     I /var/lib/trac
     N
     O ie
     WF *.mp3
     WF *.mpc
     WF *.ogg
     WF *.wav
     WF *.bak
     WF *.tmp
     WF *.pyc
     N
     E /home/sys_samba/shares/bebif/pictures
     E core
     N

however WF files (*.mp3, *.mpc, ...) are still included in the backup ...
and I don't see what I'm doing wrong ...

Can I suggest that you post the FileSet resource from the config file?

__Martin

Thanks for answer.

Here is the FileSet resource :

FileSet {
       Name = canis-fs
Include {
               Options {
                       #compression = GZIP6
                       IgnoreCase = no
                       signature = MD5
                       recurse = yes
                       onefs = yes
               }
               @/etc/bacula/includes/global
               @/etc/bacula/includes/canis
       }
Include {
               Options {
                       IgnoreCase = yes
                       Exclude = yes
                       @/etc/bacula/excludes/global
               }
       }

       Exclude {
               File = /home/sys_samba/shares/bebif/pictures
               File = core
       }
}

phoenix:/home/jcigar# cat /etc/bacula/includes/global
File = /etc

phoenix:/home/jcigar# cat /etc/bacula/includes/canis
File = /home/admin
File = /home/aheugheb
File = /home/andimuba
File = /home/fwautele
File = /home/gbottu
File = /home/jcigar
File = /home/jdelaet
File = /home/jduflost
File = /home/jnuytinc
File = /home/pmergen
File = /home/rherzog
File = /home/sys_cvs
File = /home/sys_ldap
File = /home/sys_postgresql/dumps
File = /home/sys_samba
File = /home/sys_svn
File = /home/sys_www
File = /home/vledent
File = /var/lib/trac

phoenix:/home/jcigar# cat /etc/bacula/excludes/global
wildfile = "*.mp3"
wildfile = "*.mpc"
wildfile = "*.ogg"
wildfile = "*.wav"
wildfile = "*.bak"
wildfile = "*.tmp"
wildfile = "*.pyc"


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to