Op 7/10/2011 7:46, glynd schreef:
I have tried to get rid of the errors by adding an exclude section in the 
dir.conf. I have failed. Can someone help me please?

Here is the error

05-Oct 09:07 glyn-laptop-fd JobId 4155: Generate VSS snapshots. Driver="VSS Vista", 
Drive(s)="C"
05-Oct 09:08 glyn-laptop-fd JobId 4155:      
C:/users/Glyn/AppData/Local/Application Data is a junction point or a different 
filesystem. Will not descend from C:/users/Glyn into it.

Here is the fileset in the dir.conf

FileSet {
   Name = "Glyn Set"
   Enable VSS = yes
   Ignore FileSet Changes = yes

   Include {
     Options {
                 wilddir = "C:/Users/Glyn/AppData"
                 wilddir = "C:/Users/Glyn/Application Data"
                 wilddir = "C:/Users/Glyn/Cookies"
                 wilddir = "C:/Users/Glyn/Documents/My Music"
                 wilddir = "C:/Users/Glyn/Documents/My Pictures"
                 wilddir = "C:/Users/Glyn/Documents/My Videos"
                 wilddir = "C:/Users/Public/Documents/My Music"
                 wilddir = "C:/Users/Public/Documents/My Pictures"
                 wilddir = "C:/Users/Public/Documents/My Videos"
                 wilddir = "C:/Users/Glyn/Local Settings"
                 wilddir = "C:/Users/Glyn/My Documents"
                 wilddir = "C:/Users/Glyn/NetHood"
                 wilddir = "C:/Users/Glyn/PrintHood"
                 wilddir = "C:/Users/Glyn/Recent"
                 wilddir = "C:/Users/Glyn/SendTo"
                 wilddir = "C:/Users/Glyn/Start Menu"
                 wilddir = "C:/Users/Glyn/Templates"  
                 wilddir = "c:/users/glyn/.VirtualBox/"
                 exclude = yes
               }
         Options {
                 Compression = GZIP
                 ignore case = yes;
                 verify = pnugsi
         }

         File = "</etc/bacula/Glynbup.txt"
              }
}
2 thoughts:
- You're using "wilddir" directives, but there's nothing "wild" to your excludes (no wildcards), though I'm guessing this isn't the issue, this is: - The warning you get is for a folder you *haven't* excluded. You excluded C:/*U*sers/Glyn/AppData but the warning is for a subdir of C:/*u*sers/Glyn/AppData. Since you didn't put an "ignore case = yes" directive in that options block you have to watch case sensitivity.

Regards,
Jeremy

**** DISCLAIMER ****
http://www.schaubroeck.be/maildisclaimer.htm
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to