I'm new to bacula. I have just successfully set up backuping to linux  
and windows 7 clients.
But, I get this error then I try to back up windows xp 32bit machine. On 
windows 7 64bit this works without a problem.

Is bacula suppose to be working with windows XP & shadow since I 
understand that on windows xp the shadowing is not so straightforward as 
in win7?

My conf:

Job {
   Name = AllanFULL
   Type = Backup
   Level = Full
   Client = user2131321-fd
   Storage = File
   Pool = Huge1
   FileSet = WindowsXP
   Messages = Standard
}


FileSet {
   Name = "Windows FULL"
   Enable VSS = yes
   Include {
     File = C:/
     Options {
       signature = MD5
       Compression = GZIP5
     }
   }
   Exclude {
     File = hiberfil.sys
     File = pagefile.sys
     File = 'Temporary Internet Files'
   }
}



------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to