Normal        0                        21                        false      
  false        false                DE        X-NONE        X-NONE          
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                            
                                                                  

Hello!        

        We have some problems to backup an Windows 2008 Server.        

During the backup we got error messages like this one:        

        03-May 17:31 ex4pam-fd JobId 205:      Could not stat 
"C:/ProgramData/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Anwendungsdaten/Application
 
Data/Application Data/Application Data/Application 
Data/Startmenü/Programs/Maintenance/Desktop.ini": ERR=Das System kann 
den angegebenen Pfad nicht finden.        

         The problem seems to be the symbolic links of windows.         

Is there one way to disable following symbolic links on windows or how can 
bacula backup the links correctly?         

I don't want to exclude all symbolic links manually. 
        
         Here the used fileset:        

         FileSet {
   enable vss = yes
   Name = w2008-fs
   Include {
     File = "C:/"

    Options {
      signature = MD5
      compression = GZIP
                        onefs = no
      ignorecase=yes
      exclude = yes
      # Exclude directories full of lots and lots of useless little 
files for Windows 2008
      WildDir = "[A-Z]:/Users/*/Cookies"
      WildDir = "[A-Z]:/Users/*/Recent"
      WildDir = "[A-Z]:/Users/*/Local Settings/History"
      WildDir = "[A-Z]:/Users/*/Local Settings/Temp"
      WildDir = "[A-Z]:/Users/*/Local Settings/Temporary Internet 
Files"
      # Temporary directories & files
      WildDir = "[A-Z]:/Windows/Temp"
      WildDir = "[A-Z]:/Temp"
      WildFile = "*.tmp"
      WildDir = "[A-Z]:/Tmp"
      WildDir = "[A-Z]:/var/tmp"
      WildDir = "[A-Z]:/Windows/Internet Logs"
      WildDir = "[A-Z]:/Windows/$Nt*Uninstall*"
      # Recycle bins
      WildDir = "[A-Z]:/RECYCLER"
      # Swap files
      WildFile = "[A-Z]:/pagefile.sys"
        
            }
  }
}        

                  Many thanks!
        
best regards...        

        Bjoern    
------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to