Hallo!

I'm using bacula 1.36.2-2sarge1 and I'm sorry if I'm asking something you 
solved many times before. I read the postings regarding excluding and the 
proposed solutions cause only errors for me. Also in the manual I couldn't 
find a working solution. (or I didn't understand how) So I have to ask.

I have this in my fileset:

....
FileSet {
  Name = "jupiter-fs"
  Include {
    Options {
      signature = MD5
      IgnoreCase = Yes
      aclsupport = yes
     wild = *.tmp
     wild = *.temp
     wild = *.exe
     wild = *.inf
     wild = *.bat
     wild = *.chm
     wild = *.msi
     wild = *.vbs
     wild = *.pid
     Wild = privat
     Wild = $ntservice
     wild = Cookie
     wild = Anwendungsdaten
     wild = "Application Data"
     wild = "Locale Einstellungen"
     wild = "Local settings"
     wild = pagefile.sys
     wild = $nt*uninstall*
     wild = "Temporary Internet Files"
     wild = "Alte Platte"
     wild = Cache
     wild = "install"
     wild = backup
     wild = *.jpg
     wild = *.jpeg
     wild = *.tif
     wild = *.gif
     wild = *.mp3
     wild = *.waw

     Exclude = yes
      }
....
As it doesn't exlude the wished files, I tried like this, as I found in a post 
on the list:

        File = "|find -type d -a -name Anwendungsdaten"
        File = "|find -type f -a -name pagefile.sys"
plus some like this:
         File = "|find -type f -name \"*.tmp\""


When reloading the conf file a lot of such errors come:

31-May 14:09 bacula-dir: ERROR TERMINATION at inc_conf.c:691
Config error: Expecting keyword, got: |find -type f -a -name pagefile.sys

            : line 505, col 50 of file /etc/bacula/bacula-dir.conf
      File = "|find -type f -a -name pagefile.sys"


What I need is to exclude files or folders regardless from where they are.

Can somebody explain me what's wrong or missing please and how I could realize 
the exclude?

Thank you very much!

Angela 






_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to