Hello,
I have some problems to exclude some files.
My fileset looks like this :

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
       }
}

in /etc/bacule/excludes/global I have :
WildFile = "*.mp3"
WildFile = "*.mpc"
WildFile = "*.ogg"
WildFile = "*.wav"
WildFile = "*.bak"
WildFile = "*.tmp"
WildFile = "*.pyc"

but bacula backup continues to backup those files :

Enter Filename (no path): My Dying Bride - The Light At The End Of The World - 01 - She Is The Dark.mpc
+-------+----------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+---------------------+-------+----------+-------------+
| JobId | Client | Path.Path | Filename.Name | StartTime | Level | JobFiles | JobBytes |
+-------+----------+-----------------------------------------------------------------------------+-------------------------------------------------------------------------------+---------------------+-------+----------+-------------+
| 9 | canis-fd | /home/jcigar/audio/My_Dying_Bride_-_The_Light_at_the_End_of_the_World/ | My Dying Bride - The Light At The End Of The World - 01 - She Is The Dark.mpc | 2005-12-19 03:00:02 | F | 500673 | 85791660261 |
...
what did i miss ?

Thanks


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to