I try to use the official build for win32 with PKI encryption.

I have created the required keyfiles as written in the docs, there is no error 
message, everything seems perfect. If we don't take into consideration, that 
the data is not encrypted... I can restore it without using the keyfiles. 
 

My bacula-fd.conf looks like this:

FileDaemon {                  
          # this is me
  Name = schawo-notebook-fd
  FDport = 9102                # 
where we listen for the director
  WorkingDirectory = "c:/Program Files/Bacula/working"
  Pid Directory = "c:/Program Files/Bacula/working"
  Maximum Concurrent Jobs = 10
  PKI Signatures = Yes            # Enable 
Data Signing
  PKI Encryption = Yes            # Enable 
Data Encryption
  PKI Keypair = "c:/Program Files/Bacula/fd-example.pem"    
# Public and Private Keys
  PKI Master Key = "c:/Program Files/Bacula/master.cert"    
# ONLY the Public Key
}

#
# List Directors who are permitted to contact this File daemon
#
Director {
  Name = schawo-dir
  Password = "something"
}

#
# Restricted Director, used by tray-monitor to get the
#   status of the file daemon
#
Director {
  Name = schawo-notebook-mon
  Password = "something"
  Monitor = yes
}

# Send all messages except skipped files back to Director
Messages {
  Name = Standard
  director = schawo-dir = all, !skipped, !restored
}


Any help would be appreciated.

+----------------------------------------------------------------------
|This was sent by sch...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to