Hi Fernando,

You must see this link
http://www.bacula.org/5.2.x-manuals/en/main/main/Configuring_Director.html#SECTION0014110010000000000000

I think the FileSet you define is incorrect...

try with

File = "C:/hp"

With forward slash ("/").

Regards,


J.

2015-05-22 17:36 GMT+02:00 Fernando Arturo Salaices Orozco <
fernando.salai...@villacero.com>:

>  Hi all
>
>
>
> I just got Bacula to work backing up my linux machines, works like a
> charm. But now I have to dip my fingers in the windows world.
>
>
>
> I downloaded the windows client from here:
>
>
>
> http://sourceforge.net/projects/bacula/files/Win32_64/
>
>
>
> Installed it and was able to establish communication from my director to
> this client. (bconsole -> status -> client)
>
>
>
> But when I execute the backup job I get this VSS error:
>
>
>
> 21-May 17:45 fgmacjai-fd JobId 160: Fatal error: No drive letters found
> for generating VSS snapshots.
>
> 21-May 17:45 fgmacjai-fd JobId 160: Error: VSS API failure calling
> "BackupComplete". ERR=Object is not initialized; called during restore or
> not called in correct sequence.
>
>
>
> I checked the shadow copy in the windows machine and it is running.
>
>
>
> Here is my director configuration for this client:
>
>
>
> Job {
>
>   Name = "BackupWindows"
>
>   Client = windows-fd
>
>   JobDefs = "DefaultJob"
>
>   Pool = TestFile
>
> }
>
>
>
> Job {
>
>   Name = "RestoreWindows"
>
>   Type = Restore
>
>   Client = fgmacjai-fd
>
>   FileSet="WindowsFileSet"
>
>   Storage = File
>
>   Pool = WindowsPool
>
>   Messages = Standard
>
>   Where = "c:\bacula\restore"
>
> }
>
>
>
> FileSet {
>
>   Name = "WindowsFileSet"
>
>   EnableVSS = yes
>
>   Include {
>
>     Options {
>
>       signature = MD5
>
>     }
>
>     #File = c:/pruebaBacula
>
>     File = "c:\hp"
>
>   }
>
> #  Exclude {
>
> #    File = /var/lib/bacula
>
> #  }
>
> }
>
>
>
> Client {
>
>   Name = windows-fd
>
>   Address = test.villacero.net.mx
>
>   FDPort = 9102
>
>   Catalog = MyCatalog
>
>   Password = "ZE4Fsk8ooH8/Ibnu6TZTT3dlN+3xoqx9/tLhUbng7/KN"          #
> password for FileDaemon
>
>   File Retention = 30 days            # 30 days
>
>   Job Retention = 6 months            # six months
>
>   AutoPrune = yes                     # Prune expired Jobs/Files
>
> }
>
>
>
> Pool {
>
>   Name =  WindowsPool
>
>   Pool Type = Backup
>
>   Recycle = yes                       # Bacula can automatically recycle
> Volumes
>
>   Label Format = Windows-
>
>   AutoPrune = yes                     # Prune expired volumes
>
>   Volume Retention = 365 days         # one year
>
>   Maximum Volume Bytes = 50G          # Limit Volume size to something
> reasonable
>
>   Maximum Volumes = 100               # Limit number of Volumes in Pool
>
> }
>
>
>
> Appreciate any input from you guys.
>
>
>
> Regards,
>
> Fernando.
>
>
> AVISO PRIVACIDAD
> La información contenida en este correo electrónico y anexos es
> confidencial. Esta dirigida únicamente para el uso del individuo o entidad
> a la que fue dirigido y puede contener información propietaria que no es
> del dominio público. Si has recibido este correo por error o no eres el
> destinatario al que fue enviado, por favor notifica al remitente de
> inmediato y borra este mensaje de tu computadora. Cualquier uso,
> distribución o reproducción de este correo que no sea por el destinatario
> de intención, queda prohibido. Para conocer más acerca de nuestro Aviso de
> Privacidad, visite nuestra página de internet en www.villacero.com.
>
> The information in this e-mail and attachment is confidential. It is only
> intended for the use of the individual or entity to which it had been
> addressed and may contain information that is none of the public domain. If
> you received this e-mail by error or are not the intended recipient, please
> immediately notify the sender by returning it and delete this message from
> your computer. Any use, distribution, or copying of this e-mail other than
> by de intended recipient is strictly prohibited. To know more regarding our
> Privacy Policy, please visit our web page www.villacero.com
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>


-- 
_____________________________________________

Francisco Javier Funes Nieto [esen...@gmail.com]
CANONIGOS
Servicios Informáticos para PYMES.
Cl. Cruz 2, 1º Oficina 7
Tlf: 958.536759 / 661134556
Fax: 958.521354
GRANADA - 18002
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to