Bacula-users

[Bacula-users] Problem with PKI encryption and win32

2010-09-26 12:51:42
Subject: [Bacula-users] Problem with PKI encryption and win32
From: schawo <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Sat, 25 Sep 2010 15:53:02 -0400
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 &#123;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # this is me
&nbsp; Name = schawo-notebook-fd
&nbsp; FDport = 9102&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # 
where we listen for the director
&nbsp; WorkingDirectory = "c&#58;/Program Files/Bacula/working"
&nbsp; Pid Directory = "c&#58;/Program Files/Bacula/working"
&nbsp; Maximum Concurrent Jobs = 10
&nbsp; PKI Signatures = Yes&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # Enable 
Data Signing
&nbsp; PKI Encryption = Yes&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; # Enable 
Data Encryption
&nbsp; PKI Keypair = "c&#58;/Program Files/Bacula/fd-example.pem"&nbsp; &nbsp; 
# Public and Private Keys
&nbsp; PKI Master Key = "c&#58;/Program Files/Bacula/master.cert"&nbsp; &nbsp; 
# ONLY the Public Key
&#125;

#
# List Directors who are permitted to contact this File daemon
#
Director &#123;
&nbsp; Name = schawo-dir
&nbsp; Password = "something"
&#125;

#
# Restricted Director, used by tray-monitor to get the
#&nbsp; &nbsp;status of the file daemon
#
Director &#123;
&nbsp; Name = schawo-notebook-mon
&nbsp; Password = "something"
&nbsp; Monitor = yes
&#125;

# Send all messages except skipped files back to Director
Messages &#123;
&nbsp; Name = Standard
&nbsp; director = schawo-dir = all, !skipped, !restored
&#125;


Any help would be appreciated.

+----------------------------------------------------------------------
|This was sent by schawo AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Problem with PKI encryption and win32, schawo <=